Skip to content

Commit

Permalink
Update workflows to use go-stable. Remove staticcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Feb 12, 2024
1 parent 558230f commit 32f2633
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: 'stable'
check-latest: true
cache: false
- name: Install Gosec
run: go install github.com/securego/gosec/v2/cmd/gosec@latest
- name: Run Gosec
run: gosec ./...
run: gosec ./...
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
go-version: 'stable'
check-latest: true
cache: false
- name: Install Govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run Govulncheck
run: govulncheck ./...
run: govulncheck ./...
33 changes: 0 additions & 33 deletions .github/workflows/staticcheck.yml

This file was deleted.

0 comments on commit 32f2633

Please sign in to comment.