version downgrade do to cve
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.26.x"
|
go-version: "1.26.2"
|
||||||
|
|
||||||
- name: Install gosec
|
- name: Install gosec
|
||||||
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
|
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.26.x"
|
go-version: "1.26.2"
|
||||||
|
|
||||||
- name: Run Style
|
- name: Run Style
|
||||||
run: test -z $(go fmt ./...)
|
run: test -z $(go fmt ./...)
|
||||||
|
|||||||
Reference in New Issue
Block a user