Skip to content

Commit 6356956

Browse files
.github: Update to Go 1.24
1 parent cec1719 commit 6356956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
go: [ '1.23' ]
9+
go: [ '1.24' ]
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)