Skip to content

Commit

Permalink
.github/workflows: get go version from go.mod
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Dec 7, 2023
1 parent cd5ab0a commit 6bc683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.20.x
go-version-file: 'go.mod'

- name: Install prerequisites
env:
Expand Down

0 comments on commit 6bc683b

Please sign in to comment.