Merge branch 'deploy'

This commit is contained in:
2026-05-07 10:20:58 -06:00
4 changed files with 42 additions and 8 deletions
+4 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.26.0"
go-version: "1.26.x"
- name: Install gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
@@ -29,6 +29,9 @@ jobs:
- name: Run gosec
run: gosec ./...
- name: Run govulncheck
run: govulncheck ./...
style:
name: Style
runs-on: ubuntu-latest