diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f31a67a5..18e9756bf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: 1.18 + go-version: '1.23' - name: Test run: go test -race -count 2 -bench . ./...