add go on create release
Some checks failed
Build iso when a new version is pushed / create_and_push_tag (push) Successful in 3s
Build iso when a new version is pushed / build_and_create_release (push) Failing after 10s

This commit is contained in:
2025-04-15 20:30:27 +02:00
parent cd45332b0c
commit 8af5501a0b

View File

@ -16,10 +16,10 @@ jobs:
# - name: install nix # - name: install nix
# uses: https://github.com/cachix/install-nix-action@v31 # uses: https://github.com/cachix/install-nix-action@v31
# #
# - name: install go - name: install go
# uses: https://github.com/actions/setup-go@v4 uses: https://github.com/actions/setup-go@v4
# with: with:
# go-version: '>=1.20.1' go-version: '>=1.20.1'
#- name: build iso #- name: build iso
# run: make iso # run: make iso