We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0b405 commit 97d9637Copy full SHA for 97d9637
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
test:
38
strategy:
39
matrix:
40
- go: ["1.23", "1.24"]
+ go: ["1.24"]
41
fail-fast: false
42
name: Test
43
runs-on: ubuntu-latest
caddy/go.mod
@@ -1,8 +1,6 @@
1
module github.com/dunglas/mercure/caddy
2
3
-go 1.24
4
-
5
-toolchain go1.24.2
+go 1.24.0
6
7
retract (
8
v0.14.7 // CI problem
go.mod
module github.com/dunglas/mercure
-go 1.23.0
-toolchain go1.24.0
0 commit comments