Skip to content

Commit

Permalink
limit go versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 8, 2022
1 parent abaf4ae commit a476f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.19.x","1.18.x","1.11.x","1.10.x","1.5.x"]
go: ["1.19.x","1.18.x","1.5.x"] # keeping 1.5.x b/c we can. works with 1.3.x

steps:
- name: Setup Go ${{ matrix.go }}
Expand Down

0 comments on commit a476f40

Please sign in to comment.