add go
Some checks failed
Build an image to deploy website / build (push) Failing after 39s

This commit is contained in:
Julien Fastré 2024-01-24 10:56:16 +01:00
parent 9c9ab58503
commit c4b107dc66
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: https://github.com/actions/setup-go@v5
with:
go-version: '${{ GO_VERSION }}'
go-version: '1.21.4'
- name: Setup Project
run: npm run project-setup