Skip to content

Commit

Permalink
chore: update supported versions of Go
Browse files Browse the repository at this point in the history
- Update the supported versions of Go from 1.16, 1.17, 1.18, 1.19, '1.20' to 1.18, 1.19, '1.20', 1.21

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 6, 2023
1 parent a584183 commit 1f1c990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.16, 1.17, 1.18, 1.19, '1.20']
go: [1.18, 1.19, '1.20', 1.21]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 1f1c990

Please sign in to comment.