Skip to content

Commit 46ce2dc

Browse files
authored
fix(deps): Update ghcr.io/gythialy/golang-cross Docker tag to v1.20.2 (#9599)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/gythialy/golang-cross](https://togithub.com/gythialy/golang-cross) | final | patch | `1.20.1-0` -> `1.20.2-0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gythialy/golang-cross</summary> ### [`v1.20.2`](https://togithub.com/gythialy/golang-cross/releases/tag/v1.20.2) [Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.20.2...v1.20.2) ##### What's Changed - cosign 2.0.0, syft 0.73.0 by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/gythialy/golang-cross/pull/198](https://togithub.com/gythialy/golang-cross/pull/198) - feat: add shell to check for update by [@&#8203;gythialy](https://togithub.com/gythialy) in [https://github.com/gythialy/golang-cross/pull/199](https://togithub.com/gythialy/golang-cross/pull/199) - chore(deps): bump sigstore/cosign-installer from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/gythialy/golang-cross/pull/200](https://togithub.com/gythialy/golang-cross/pull/200) - feat: add a scheduled task to automatically update dependencies by [@&#8203;gythialy](https://togithub.com/gythialy) in [https://github.com/gythialy/golang-cross/pull/201](https://togithub.com/gythialy/golang-cross/pull/201) - bump to use go1.20.2 by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/gythialy/golang-cross/pull/202](https://togithub.com/gythialy/golang-cross/pull/202) - Update base image by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/gythialy/golang-cross/pull/203](https://togithub.com/gythialy/golang-cross/pull/203) **Full Changelog**: gythialy/golang-cross@v1.20.1...v1.20.2 ### [`v1.20.2`](https://togithub.com/gythialy/golang-cross/releases/tag/v1.20.2) [Compare Source](https://togithub.com/gythialy/golang-cross/compare/v1.20.1...v1.20.2) ##### What's Changed - cosign 2.0.0, syft 0.73.0 by [@&#8203;developer-guy](https://togithub.com/developer-guy) in [https://github.com/gythialy/golang-cross/pull/198](https://togithub.com/gythialy/golang-cross/pull/198) - feat: add shell to check for update by [@&#8203;gythialy](https://togithub.com/gythialy) in [https://github.com/gythialy/golang-cross/pull/199](https://togithub.com/gythialy/golang-cross/pull/199) - chore(deps): bump sigstore/cosign-installer from 2 to 3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/gythialy/golang-cross/pull/200](https://togithub.com/gythialy/golang-cross/pull/200) - feat: add a scheduled task to automatically update dependencies by [@&#8203;gythialy](https://togithub.com/gythialy) in [https://github.com/gythialy/golang-cross/pull/201](https://togithub.com/gythialy/golang-cross/pull/201) - bump to use go1.20.2 by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/gythialy/golang-cross/pull/202](https://togithub.com/gythialy/golang-cross/pull/202) - Update base image by [@&#8203;cpanato](https://togithub.com/cpanato) in [https://github.com/gythialy/golang-cross/pull/203](https://togithub.com/gythialy/golang-cross/pull/203) **Full Changelog**: gythialy/golang-cross@v1.20.1...v1.20.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1NC4wIn0=-->
1 parent ef4a58b commit 46ce2dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/destination/duckdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/gythialy/golang-cross:1.20.1-0
1+
FROM ghcr.io/gythialy/golang-cross:1.20.2-0
22

33
# install goreleaser
44
# https://github.com/goreleaser/goreleaser-pro/releases/download/v1.12.3-pro/goreleaser-pro_Linux_x86_64.tar.gz

plugins/destination/sqlite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/gythialy/golang-cross:1.20.1-0
1+
FROM ghcr.io/gythialy/golang-cross:1.20.2-0
22

33
# install goreleaser
44
# https://github.com/goreleaser/goreleaser-pro/releases/download/v1.12.3-pro/goreleaser-pro_Linux_x86_64.tar.gz

0 commit comments

Comments
 (0)