Skip to content

Commit

Permalink
add more go version
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper committed Sep 24, 2023
1 parent 1d1bef5 commit 8bd1a44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
golangci:
strategy:
matrix:
go-version: [1.17.x]
go-version: [ '1.16','1.17','1.18','1.19','1.20' ]
name: golangci-lint
runs-on: ubuntu-latest
steps:
Expand All @@ -28,6 +28,11 @@ jobs:
build:
name: Test
runs-on: ubuntu-latest

strategy:
matrix:
go-version: [ '1.16','1.17','1.18','1.19','1.20' ]

steps:
- uses: actions/checkout@v2
- name: Set up Go 1.x
Expand Down

0 comments on commit 8bd1a44

Please sign in to comment.