Skip to content

Commit f3173a1

Browse files
committed
ci: update GitHub Actions configuration and related test settings
- Add Go 1.24 to the GitHub Actions workflow configuration Signed-off-by: appleboy <[email protected]>
1 parent 94e591a commit f3173a1

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
go: ["1.22", "1.23"]
26+
go: ["1.22", "1.23", "1.24"]
2727
include:
2828
- os: ubuntu-latest
2929
go-build: ~/.cache/go-build

0 commit comments

Comments
 (0)