Skip to content

Commit

Permalink
ci: update CI workflow and test configurations
Browse files Browse the repository at this point in the history
- Add Go version 1.23 to the GitHub Actions workflow

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Sep 27, 2024
1 parent 33a5d2e commit 0e140cc
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]
go: [1.21, 1.22]
go: [1.21, 1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 0e140cc

Please sign in to comment.