Skip to content

Commit

Permalink
use github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Dec 8, 2022
1 parent 761d9bc commit 04256b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Expand Up @@ -7,8 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.19.x","1.18.x","1.17.x","1.16.x","1.15.x","1.14.x","1.13.x","1.12.x","1.11.x","1.10.x","1.9.x","1.8.x","1.7.x","1.6.x","1.5.x","1.4.x","1.3.x"]
# go: ["1.19.x","1.18.x","1.10.x"]
go: ["1.19.x","1.18.x","1.11.x","1.10.x","1.5.x"]

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

0 comments on commit 04256b1

Please sign in to comment.