Skip to content

Commit 0a282f9

Browse files
committed
fix(ci/security): bump Go to 1.24.6 to pass Trivy scan
1 parent fcee330 commit 0a282f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@v4
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: "1.22" # By default, the go version is v1.15 in runner.
62+
go-version: "1.24.6" # upgraded to fix CVE-2025-47907
6363

6464
- name: Check Golang imports order
6565
uses: Jerome1337/[email protected]
@@ -99,7 +99,7 @@ jobs:
9999
uses: actions/checkout@v4
100100
- uses: actions/setup-go@v5
101101
with:
102-
go-version: "1.22" # By default, the go version is v1.15 in runner.
102+
go-version: "1.24.6" # upgraded to fix CVE-2025-47907
103103
- name: Backend unit tests
104104
shell: bash
105105
run: |

0 commit comments

Comments
 (0)