diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e338b64..f992dc0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18] + go: ['1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22'] fail-fast: false steps: