Skip to content

Commit 244dfc7

Browse files
chore(deps): Update dependency go to v1.25.5
1 parent ad4c77e commit 244dfc7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.22.x
23+
go-version: 1.25.x
2424

2525
- name: Add GOBIN to PATH
2626
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: 1.22.x
25+
go-version: 1.25.x
2626

2727
- run: echo "${{ inputs.tutoneConfig }}"
2828
shell: bash

.github/workflows/graphql-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.22.x
27+
go-version: 1.25.x
2828

2929
- name: Checkout code
3030
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.x
18+
go-version: 1.25.x
1919

2020
- name: Add GOBIN to PATH
2121
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.22.x
16+
go-version: 1.25.x
1717

1818
- name: Add GOBIN to PATH
1919
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Go
4242
uses: actions/setup-go@v5
4343
with:
44-
go-version: 1.22.x
44+
go-version: 1.25.x
4545

4646
- name: Add GOBIN to PATH
4747
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
@@ -82,7 +82,7 @@ jobs:
8282
- name: Install Go
8383
uses: actions/setup-go@v5
8484
with:
85-
go-version: 1.22.x
85+
go-version: 1.25.x
8686

8787
- name: Add GOBIN to PATH
8888
run: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-client-go/v2/tools
22

33
go 1.23.0
44

5-
toolchain go1.23.2
5+
toolchain go1.25.5
66

77
require (
88
github.com/caarlos0/svu/v2 v2.0.1

0 commit comments

Comments
 (0)