Set GOTOOLCHAIN environment variable to local in CI workflow
Some checks failed
CI / build-test (push) Failing after 4s
CI / docker (push) Has been skipped

Changelog: other
This commit is contained in:
2026-02-23 20:40:35 +01:00
parent cb6e56180a
commit d3c15648f7

View File

@@ -9,6 +9,8 @@ jobs:
runs-on: docker runs-on: docker
container: container:
image: gitea.jeanlucmakiola.de/makiolaj/docker-node-and-go:latest image: gitea.jeanlucmakiola.de/makiolaj/docker-node-and-go:latest
env:
GOTOOLCHAIN: local
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v6 uses: actions/checkout@v6