Skip to content

Commit

Permalink
ci: get go version from go.mod file (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta authored Nov 3, 2023
1 parent 337a940 commit 67ddce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
go-version-file: 'grype-server/go.mod'

- name: Run verification
run: make check
Expand Down

0 comments on commit 67ddce4

Please sign in to comment.