We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5c38ba + fbc4c82 commit cc5ba18Copy full SHA for cc5ba18
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Go
30
uses: actions/setup-go@v6
31
with:
32
- go-version: "1.24"
+ go-version: "1.25.8"
33
34
- name: Checkout code
35
uses: actions/checkout@v5
go.mod
@@ -1,6 +1,6 @@
1
module github.com/grafana/k6build
2
3
-go 1.24.2
+go 1.25.8
4
5
retract (
6
v0.5.7 // corrupted cache
0 commit comments