diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 18e0166..da64753 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17rc1 + go-version: 1.17 - name: Build run: go build -v ./...