We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcee330 commit 0a282f9Copy full SHA for 0a282f9
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/checkout@v4
60
- uses: actions/setup-go@v5
61
with:
62
- go-version: "1.22" # By default, the go version is v1.15 in runner.
+ go-version: "1.24.6" # upgraded to fix CVE-2025-47907
63
64
- name: Check Golang imports order
65
uses: Jerome1337/[email protected]
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
103
- name: Backend unit tests
104
shell: bash
105
run: |
0 commit comments