diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fbc0dfd9..5dee2e53 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: build: strategy: matrix: - go-version: [1.17.x, 1.18.x, 1.19.x] + go-version: [1.18.x, 1.19.x, 1.20.x] os: [ubuntu-latest, macos-latest, windows-latest] env: CGO_ENABLED: 0