Skip to content

Commit

Permalink
ci: update Go version support in workflow configuration
Browse files Browse the repository at this point in the history
- Remove Go version 1.18 and 1.19 from the workflow configuration
- Update the supported Go versions to only include 1.20, 1.21, and 1.22

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Aug 14, 2024
1 parent 8dbbb14 commit ca22957
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 @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18, 1.19, "1.20", 1.21, 1.22]
go: ["1.20", 1.21, 1.22]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit ca22957

Please sign in to comment.