Sigh. requires go 1.18
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m34s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after -24s Details

This commit is contained in:
Anne de Jong 2023-10-16 14:26:02 +02:00
parent db9a1a28a5
commit 07b2d97e7a
1 changed files with 4 additions and 4 deletions

View File

@ -39,10 +39,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Apparently Golang is required (install manually)
run: apt update && apt install -y golang
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '1.18'
- name: Release
uses: https://gitea.com/actions/release-action@main
with: