Skip to content

Commit 67ddce4

Browse files
authored
ci: get go version from go.mod file (#56)
1 parent 337a940 commit 67ddce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: ${{ env.GO_VERSION }}
22+
go-version-file: 'grype-server/go.mod'
2323

2424
- name: Run verification
2525
run: make check

0 commit comments

Comments
 (0)