Skip to content

Commit 832f9e2

Browse files
committed
ci: update project dependencies and CI configurations
- Add Go version 1.24 to GitHub Actions workflow Signed-off-by: appleboy <[email protected]>
1 parent f6d59cd commit 832f9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest]
48-
go: [1.22, 1.23]
48+
go: [1.22, 1.23, 1.24]
4949
include:
5050
- os: ubuntu-latest
5151
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)