diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 9845da3a..dc1bf0c9 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: ['1.16', '1.17', '1.18'] + go: ['1.17', '1.18', '1.19'] fail-fast: false env: OS: ${{ matrix.os }} @@ -64,7 +64,7 @@ jobs: strategy: matrix: - go: ['1.16', '1.17', '1.18'] + go: ['1.17', '1.18', '1.19'] fail-fast: false env: OS: windows-latest