diff --git a/.gitea/workflows/create_release.yaml b/.gitea/workflows/create_release.yaml index c502871..95eef3a 100644 --- a/.gitea/workflows/create_release.yaml +++ b/.gitea/workflows/create_release.yaml @@ -16,10 +16,10 @@ jobs: # - name: install nix # uses: https://github.com/cachix/install-nix-action@v31 # -# - name: install go -# uses: https://github.com/actions/setup-go@v4 -# with: -# go-version: '>=1.20.1' + - name: install go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' #- name: build iso # run: make iso