diff --git a/.github/workflows/migration-script-lint.yml b/.github/workflows/migration-script-lint.yml index bba0befdafb..499b266a133 100644 --- a/.github/workflows/migration-script-lint.yml +++ b/.github/workflows/migration-script-lint.yml @@ -30,6 +30,8 @@ jobs: container: mericodev/lake-builder:latest steps: - uses: actions/checkout@v6 + - name: Install Go 1.26.6 + run: backend/scripts/install-go.sh - name: migration script linting run: | go version