Skip to content

Commit

Permalink
chore: Set up Go before Salus scan
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanoogian committed Feb 14, 2024
1 parent 4ed8124 commit 875de09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/salus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
runs-on: ubuntu-latest
name: Salus Security Scan
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v2
- name: Salus Scan
id: salus_scan
Expand Down

0 comments on commit 875de09

Please sign in to comment.