Skip to content

Commit

Permalink
Add go-version-file to CI step
Browse files Browse the repository at this point in the history
I thought it would default to reading go.mod, but turns out no
  • Loading branch information
nicholastay committed Sep 30, 2023
1 parent 82fd060 commit fcd048a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Install system build dependencies
run: sudo apt-get install -y binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64
- name: Generate Windows resource COFF
Expand Down

0 comments on commit fcd048a

Please sign in to comment.