diff options
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dcb52cf..847d8c9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - go: ['1.17', '1.18', '1.19'] + go: ['1.19', '1.20', '1.21'] steps: - id: go |
