Compare commits

..
3 Commits
Author SHA1 Message Date
Renovate Bot 293f7f9d8f chore(deps): update https://git.keligrubb.com/actions/checkout action to v7
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s
2026-08-14 00:02:22 +00:00
Keli Grubb 77c607d018 Merge pull request 'chore(deps): update https://git.keligrubb.com/actions/setup-go action to v7' (#5) from renovate/https-git.keligrubb.com-actions-setup-go-7.x into main
Reviewed-on: #5
2026-08-13 23:03:29 +00:00
Renovate Bot 76c49f1574 chore(deps): update https://git.keligrubb.com/actions/setup-go action to v7
Lint Docker files and shell scripts / Lint Dockerfile with hadolint (pull_request) Failing after 1s
renovate/stability-days Updates have met minimum release age requirement
Lint Docker files and shell scripts / Lint shell scripts with shellcheck (pull_request) Successful in 7s
2026-08-13 23:02:25 +00:00
+1 -1
View File
@@ -103,7 +103,7 @@ jobs:
done < .tags
- if: ${{ !env.SKIP_TEST }}
uses: https://git.keligrubb.com/actions/setup-go@v6
uses: https://git.keligrubb.com/actions/setup-go@v7
with:
go-version: '>=1.21.0'