mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-09 01:06:32 +00:00
build action: use go.mod version
This commit is contained in:
parent
d869d7a2c9
commit
6343cb0912
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build_releases.yml
vendored
3
.github/workflows/build_releases.yml
vendored
|
@ -8,7 +8,6 @@ on:
|
|||
|
||||
env:
|
||||
GITHUB_REF: ${{ github.ref }}
|
||||
GO_VERSION: '1.24.4'
|
||||
|
||||
jobs:
|
||||
build-all:
|
||||
|
@ -24,7 +23,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '${{ env.GO_VERSION }}'
|
||||
go-version-file: 'go.mod'
|
||||
|
||||
- name: Build All
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue