Skip to content

Commit bc0ddc3

Browse files
authored
Merge pull request #1506 from threefoldtech/development_go_chain_update
update chain and go version
2 parents 9f49dd3 + 20b350b commit bc0ddc3

40 files changed

Lines changed: 865 additions & 648 deletions

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Go
3737
uses: actions/setup-go@v6
3838
with:
39-
go-version: 1.23
39+
go-version: 1.25
4040

4141
- name: Build
4242
run: make build

.github/workflows/clean_test_account.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: "1.23"
24+
go-version: 1.25
2525
id: go
2626

2727
- name: Check out code into the Go module directory

.github/workflows/grid-client-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.23"
23+
go-version: 1.25
2424
id: go
2525

2626
- name: Generate tests
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up Go
5555
uses: actions/setup-go@v6
5656
with:
57-
go-version: "1.23"
57+
go-version: 1.25
5858
id: go
5959

6060
- name: Check out code into the Go module directory
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up Go
9595
uses: actions/setup-go@v6
9696
with:
97-
go-version: "1.23"
97+
go-version: 1.25
9898
id: go
9999

100100
- name: Check out code into the Go module directory
@@ -134,7 +134,7 @@ jobs:
134134
- name: Set up Go
135135
uses: actions/setup-go@v6
136136
with:
137-
go-version: "1.23"
137+
go-version: 1.25
138138
id: go
139139

140140
- name: Check out code into the Go module directory
@@ -174,7 +174,7 @@ jobs:
174174
- name: Set up Go
175175
uses: actions/setup-go@v6
176176
with:
177-
go-version: "1.23"
177+
go-version: 1.25
178178
id: go
179179

180180
- name: Check out code into the Go module directory

.github/workflows/grid-proxy-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v6
3636
with:
37-
go-version: 1.23
37+
go-version: 1.25
3838

3939
- name: Build
4040
run: |

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v6
1717
with:
18-
go-version: 1.23
18+
go-version: 1.25
1919

2020
- name: Run golangci-lint
2121
uses: golangci/golangci-lint-action@v9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: 1.23
22+
go-version: 1.25
2323

2424
- name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v7.0.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: "1.23"
14+
go-version: 1.25
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@v6

.github/workflows/tfrobot_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6
2121
with:
22-
go-version: "1.23"
22+
go-version: 1.25
2323
id: go
2424

2525
- name: Check out code into the Go module directory

.github/workflows/vm_deployment_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Go
2424
uses: actions/setup-go@v6
2525
with:
26-
go-version: "1.23"
26+
go-version: 1.25
2727
id: go
2828

2929
- name: Check out code into the Go module directory

activation-service/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22

33
WORKDIR /src/activation-service
44

0 commit comments

Comments
 (0)