Skip to content

Commit d1594c9

Browse files
committed
ci: remove go version 1.25 RC
1 parent 981a280 commit d1594c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macos-latest, windows-latest]
36-
go: ["1.24.1", "1.24.4", "1.24.5", "1.25.0-rc.2"]
36+
go: ["1.24.1", "1.24.2", "1.24.3", "1.24.4", "1.24.5"]
3737
test-tags:
3838
[
3939
"",

0 commit comments

Comments
 (0)