add version on go setup
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 17s
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 17s
This commit is contained in:
@ -14,6 +14,8 @@ jobs:
|
||||
|
||||
- name: install go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
|
||||
#- name: build iso
|
||||
# run: make iso
|
||||
|
Reference in New Issue
Block a user