Skip to content

Commit

Permalink
Updated to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Sep 13, 2023
1 parent 1e6a51d commit 3454b52
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/sast-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
go install github.com/securego/gosec/v2/cmd/gosec@latest
gosec ./...
- name: Run Cosmos Gosec Security Scanner
uses: cosmos/gosec@master
with:
args: ./...

git-guardian:
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -74,12 +79,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
version: v1.53
skip-cache: true
args: --timeout=15m

Expand Down

0 comments on commit 3454b52

Please sign in to comment.