fix: use local Go toolchain (#1546)

This commit is contained in:
Kévin Dunglas
2025-05-11 22:30:19 +02:00
committed by GitHub
parent a48db9422d
commit 0d12a5162d
12 changed files with 19 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ permissions:
attestations: write
env:
IMAGE_NAME: ${{ (github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.version) || startsWith(github.ref, 'refs/tags/')) && 'dunglas/frankenphp' || 'dunglas/frankenphp-dev' }}
GOTOOLCHAIN: local
jobs:
prepare:
runs-on: ubuntu-24.04