diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c848c8..f35d0d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,13 +15,13 @@ jobs: strategy: matrix: go-version: + - '1.21' + - '1.20' - '1.19' - '1.18' - '1.17' - '1.16' - '1.15' - - '1.14' - - '1.13' os: - ubuntu-latest - macos-latest