Skip to content

Commit

Permalink
ci: update CI workflows and dependencies for improved testing
Browse files Browse the repository at this point in the history
- Add Go 1.24 to the list of tested Go versions in the GitHub Actions workflow

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Feb 12, 2025
1 parent a85ffb4 commit 5a6f79c
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 @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.21, 1.22, 1.23]
go: [1.21, 1.22, 1.23, 1.24]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 5a6f79c

Please sign in to comment.