Skip to content

Commit 97d9637

Browse files
committed
ci: bump Go to 1.24
1 parent aa0b405 commit 97d9637

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
test:
3838
strategy:
3939
matrix:
40-
go: ["1.23", "1.24"]
40+
go: ["1.24"]
4141
fail-fast: false
4242
name: Test
4343
runs-on: ubuntu-latest

caddy/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/dunglas/mercure/caddy
22

3-
go 1.24
4-
5-
toolchain go1.24.2
3+
go 1.24.0
64

75
retract (
86
v0.14.7 // CI problem

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/dunglas/mercure
22

3-
go 1.23.0
4-
5-
toolchain go1.24.0
3+
go 1.24.0
64

75
retract (
86
v0.14.7 // CI problem

0 commit comments

Comments
 (0)