Skip to content

Commit

Permalink
chore(CI): add go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy authored Feb 14, 2023
1 parent c729683 commit 5a0ca1c
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 @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.17, 1.18, 1.19]
go: [1.17, 1.18, 1.19, '1.20']
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 5a0ca1c

Please sign in to comment.