Skip to content

Commit 5a6f79c

Browse files
committed
ci: update CI workflows and dependencies for improved testing
- Add Go 1.24 to the list of tested Go versions in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a85ffb4 commit 5a6f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest]
33-
go: [1.21, 1.22, 1.23]
33+
go: [1.21, 1.22, 1.23, 1.24]
3434
include:
3535
- os: ubuntu-latest
3636
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)