Skip to content

Commit

Permalink
fix(ci): fetch go version from go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasfrahm committed Aug 7, 2022
1 parent 2341bcd commit f1f527f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Set up Go compiler
uses: actions/setup-go@v3
with:
go-version-file: go.mod
check-latest: true

- name: Fetch version from git history
Expand Down

0 comments on commit f1f527f

Please sign in to comment.