File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2020 - name : Install Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : 1.24 .x
23+ go-version : 1.25 .x
2424
2525 - name : Add GOBIN to PATH
2626 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 2222 - name : Install Go
2323 uses : actions/setup-go@v5
2424 with :
25- go-version : 1.24 .x
25+ go-version : 1.25 .x
2626
2727 - run : echo "${{ inputs.tutoneConfig }}"
2828 shell : bash
Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : 1.24 .x
27+ go-version : 1.25 .x
2828
2929 - name : Checkout code
3030 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1515 - name : Install Go
1616 uses : actions/setup-go@v5
1717 with :
18- go-version : 1.24 .x
18+ go-version : 1.25 .x
1919
2020 - name : Add GOBIN to PATH
2121 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 1313 - name : Install Go
1414 uses : actions/setup-go@v5
1515 with :
16- go-version : 1.24 .x
16+ go-version : 1.25 .x
1717
1818 - name : Add GOBIN to PATH
1919 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4141 - name : Install Go
4242 uses : actions/setup-go@v5
4343 with :
44- go-version : 1.24 .x
44+ go-version : 1.25 .x
4545
4646 - name : Add GOBIN to PATH
4747 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
8282 - name : Install Go
8383 uses : actions/setup-go@v5
8484 with :
85- go-version : 1.24 .x
85+ go-version : 1.25 .x
8686
8787 - name : Add GOBIN to PATH
8888 run : echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-client-go/v2
22
33go 1.24.0
44
5- toolchain go1.24.11
5+ toolchain go1.25.7
66
77require (
88 github.com/elazarl/goproxy v0.0.0-20231117061959-7cc037d33fb5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/newrelic/newrelic-client-go/v2/tools
22
33go 1.24.0
44
5- toolchain go1.24.11
5+ toolchain go1.25.7
66
77require (
88 github.com/caarlos0/svu/v2 v2.0.1
You can’t perform that action at this time.
0 commit comments