Skip to content

Commit 939295e

Browse files
committed
ci: update GitHub Actions workflow and internal API usage
- Add Go 1.24 to the GitHub workflow configuration Signed-off-by: appleboy <[email protected]>
1 parent 2d43745 commit 939295e

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-latest]
25-
go: [1.22, 1.23]
25+
go: [1.22, 1.23, 1.24]
2626
include:
2727
- os: ubuntu-latest
2828
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)