Skip to content

Commit 258c677

Browse files
committed
Bump go version to 1.25.10 to fix CVE
1 parent 404e152 commit 258c677

7 files changed

Lines changed: 36 additions & 0 deletions

File tree

.github/workflows/ci-bookie-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
- name: Set up Go 1.25.9
1515
uses: actions/setup-go@v6
1616
with:
17+
<<<<<<< Updated upstream
1718
go-version: 1.25.9
19+
=======
20+
go-version: 1.25.10
21+
>>>>>>> Stashed changes
1822
id: go
1923
- name: Check out code into the Go module directory
2024
uses: actions/checkout@v2

.github/workflows/ci-functions-checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
- name: Set up Go 1.25.9
1818
uses: actions/setup-go@v6
1919
with:
20+
<<<<<<< Updated upstream
2021
go-version: 1.25.9
22+
=======
23+
go-version: 1.25.10
24+
>>>>>>> Stashed changes
2125
id: go
2226
- name: Check out code into the Go module directory
2327
uses: actions/checkout@v2
@@ -37,7 +41,11 @@ jobs:
3741
- name: Set up Go 1.25.9
3842
uses: actions/setup-go@v6
3943
with:
44+
<<<<<<< Updated upstream
4045
go-version: 1.25.9
46+
=======
47+
go-version: 1.25.10
48+
>>>>>>> Stashed changes
4149
id: go
4250
- name: Check out code into the Go module directory
4351
uses: actions/checkout@v2
@@ -54,7 +62,11 @@ jobs:
5462
- name: Set up Go 1.25.9
5563
uses: actions/setup-go@v6
5664
with:
65+
<<<<<<< Updated upstream
5766
go-version: 1.25.9
67+
=======
68+
go-version: 1.25.10
69+
>>>>>>> Stashed changes
5870
id: go
5971
- name: Check out code into the Go module directory
6072
uses: actions/checkout@v2

.github/workflows/ci-packages-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ jobs:
1717
- name: Set up Go 1.25.9
1818
uses: actions/setup-go@v5
1919
with:
20+
<<<<<<< Updated upstream
2021
go-version: 1.25.9
22+
=======
23+
go-version: 1.25.10
24+
>>>>>>> Stashed changes
2125
id: go
2226
- name: Check out code into the Go module directory
2327
uses: actions/checkout@v2

.github/workflows/ci-release-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17+
<<<<<<< Updated upstream
1718
go-version: [ 1.25.9 ]
19+
=======
20+
go-version: [ 1.25.10 ]
21+
>>>>>>> Stashed changes
1822
steps:
1923
- uses: actions/checkout@v2
2024
- uses: actions/setup-go@v5

.github/workflows/ci-style-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ jobs:
1414
- name: Set up Go 1.25.9
1515
uses: actions/setup-go@v5
1616
with:
17+
<<<<<<< Updated upstream
1718
go-version: 1.25.9
19+
=======
20+
go-version: 1.25.10
21+
>>>>>>> Stashed changes
1822
id: go
1923
- name: Check out code into the Go module directory
2024
uses: actions/checkout@v2

.github/workflows/ci-trivy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
- name: Set up Go 1.25.9
1616
uses: actions/setup-go@v5
1717
with:
18+
<<<<<<< Updated upstream
1819
go-version: 1.25.9
20+
=======
21+
go-version: 1.25.10
22+
>>>>>>> Stashed changes
1923
id: go
2024

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

scripts/test-docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ USER root
99
RUN apk update && apk add curl git build-base
1010

1111
# install golang
12+
<<<<<<< Updated upstream
1213
COPY --from=golang:1.25.9-alpine /usr/local/go/ /usr/local/go/
14+
=======
15+
COPY --from=golang:1.25.10-alpine /usr/local/go/ /usr/local/go/
16+
>>>>>>> Stashed changes
1317
ENV PATH /usr/local/go/bin:$PATH
1418

1519

0 commit comments

Comments
 (0)