version downgrade do to cve

This commit is contained in:
2026-05-07 20:51:00 -06:00
parent 3284f4739d
commit d7fab8aee1
+2 -2
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.x"
go-version: "1.26.2"
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
@@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.x"
go-version: "1.26.2"
- name: Run Style
run: test -z $(go fmt ./...)