Skip to content

Commit

Permalink
add back deps, move govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Feb 21, 2024
1 parent 671491a commit ed1b1e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
path: ${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

- name: Run govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@v1.0.1; govulncheck ./...
- name: Get dependencies
run: make deps

- name: Set up zig
if: ${{ contains(matrix.os, 'ubuntu') }}
Expand All @@ -78,6 +78,9 @@ jobs:
run: make github-launcherapp
if: ${{ contains(matrix.os, 'macos') }}

- name: Run govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@v1.0.1; govulncheck ./...

- name: Test
run: make test

Expand Down

0 comments on commit ed1b1e8

Please sign in to comment.