Skip to content

Commit da2e6a0

Browse files
renovate[bot]devflow.devflow-routing-intake
andauthored
chore(deps): update docker.io/library/golang docker tag to v1.26.1 (#47847)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/library/golang | stage | minor | `1.25.8` → `1.26.1` | --- ### Configuration 📅 **Schedule**: Branch creation - "on saturday" (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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nL25vLWNoYW5nZWxvZyIsImRlcGVuZGVuY2llcyIsInFhL25vLWNvZGUtY2hhbmdlIl19--> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent eb1a13d commit da2e6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fakeintake/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Based on https://docs.docker.com/language/golang/build-images/
22
# syntax=docker/dockerfile:1
33
ARG BASE_IMAGE_REGISTRY=docker.io
4-
ARG GO_VERSION=1.25.8
4+
ARG GO_VERSION=1.26.1
55

66
## Build
77
FROM ${BASE_IMAGE_REGISTRY}/library/golang:${GO_VERSION} AS build

0 commit comments

Comments
 (0)