Skip to content

Commit

Permalink
Remove old versions of Go from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Swenson committed Mar 19, 2024
1 parent f236267 commit 1cdeb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
GO_VERSION: [ "1.16","1.17","1.18","1.19","1.20","1.21"" ]
GO_VERSION: [ "1.20","1.21"" ]
steps:
- name: "Fetch source code"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
Expand Down

0 comments on commit 1cdeb13

Please sign in to comment.