Skip to content

Commit

Permalink
ci: improve CI workflow and test stability across OSs
Browse files Browse the repository at this point in the history
- Update Go versions in GitHub Actions workflow from `1.21, 1.22` to `1.22, 1.23`

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Oct 15, 2024
1 parent 7a4d70b commit 79ad439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.21, 1.22]
go: [1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit 79ad439

Please sign in to comment.