Skip to content

Commit cc5ba18

Browse files
authored
Merge pull request #287 from grafana/update-go-1.26
Update Go to 1.26.1
2 parents c5c38ba + fbc4c82 commit cc5ba18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v6
3131
with:
32-
go-version: "1.24"
32+
go-version: "1.25.8"
3333

3434
- name: Checkout code
3535
uses: actions/checkout@v5

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/grafana/k6build
22

3-
go 1.24.2
3+
go 1.25.8
44

55
retract (
66
v0.5.7 // corrupted cache

0 commit comments

Comments
 (0)