Skip to content

Commit b67857c

Browse files
chore(deps): update dependency go to v1.25.5 (#57)
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Iván Szkiba <szkiba@users.noreply.github.com>
1 parent 1c64dd5 commit b67857c

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Install Go
2929
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3030
with:
31-
go-version: 1.24.x
31+
go-version: 1.25.x
3232
cache: false
3333
- name: Check build
3434
run: |
3535
go version
36-
36+
3737
go install go.k6.io/xk6/cmd/xk6@latest
3838
MODULE_NAME=$(go list -m)
39-
39+
4040
xk6 build -v \
4141
--output ./k6ext \
4242
--with $MODULE_NAME="."
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Go
5858
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
5959
with:
60-
go-version: 1.24.x
60+
go-version: 1.25.x
6161
cache: false
6262
- name: Run tests
6363
run: |

.github/workflows/linter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Go
1717
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1818
with:
19-
go-version: 1.23.x
19+
go-version: 1.25.x
2020
cache: false
2121
- name: Check module dependencies
2222
run: |
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Go
3636
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3737
with:
38-
go-version: 1.23.x
38+
go-version: 1.25.x
3939
cache: false
4040
- name: Retrieve golangci-lint version
4141
run: |
@@ -48,4 +48,3 @@ jobs:
4848
args: --timeout=30m
4949
install-mode: binary
5050
verify: false
51-

go.mod

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

3-
go 1.23.0
4-
5-
toolchain go1.23.6
3+
go 1.24
64

75
require go.k6.io/k6 v1.3.0
86

0 commit comments

Comments
 (0)