Skip to content

Commit

Permalink
chore(CI): add go1.20 version
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Feb 12, 2023
1 parent 8c2a844 commit 45920c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Expand Up @@ -21,13 +21,12 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
args: --verbose
test:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19]
go: [1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 45920c9

Please sign in to comment.