Compare commits

..
1 Commits
Author SHA1 Message Date
Renovate Bot a63b2a07a8 chore(deps): update https://git.keligrubb.com/actions/checkout action to v7
renovate/stability-days Updates have met minimum release age requirement
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 2s
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 8s
2026-08-13 23:02:23 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
done < .tags
- if: ${{ !env.SKIP_TEST }}
uses: https://git.keligrubb.com/actions/setup-go@v7
uses: https://git.keligrubb.com/actions/setup-go@v6
with:
go-version: '>=1.21.0'
+1 -1
View File
@@ -1,5 +1,5 @@
ARG FROM_IMAGE=buildpack-deps
ARG FROM_TAG=26.10
ARG FROM_TAG=24.04
FROM ${FROM_IMAGE}:${FROM_TAG}
# > automatic buildx ARGs