diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a02909e..70053e8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,6 +16,7 @@ jobs: - name: Setup Go environment uses: actions/setup-go@v3.0.0 with: + go-version: '>=1.18' check-latest: true - name: Build