mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Pull go version from GitHub variables for Fleet release builds (#9883)
This commit is contained in:
parent
92caf4037e
commit
991858d6d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/goreleaser-fleet.yaml
vendored
2
.github/workflows/goreleaser-fleet.yaml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v2
|
||||
with:
|
||||
go-version: 1.19.4
|
||||
go-version: ${{ vars.GO_VERSION }}
|
||||
|
||||
- name: Install JS Dependencies
|
||||
run: make deps-js
|
||||
|
|
|
|||
Loading…
Reference in a new issue