Skip to content

Commit b3e1fbb

Browse files
Bump golang from 1.25.6 to 1.26.0 (#2603)
Bumps golang from 1.25.6 to 1.26.0. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 288ca2d commit b3e1fbb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.6 AS builder
1+
FROM golang:1.26.0 AS builder
22

33
WORKDIR /go/src/mikefarah/yq
44

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.6
1+
FROM golang:1.26.0
22

33
RUN apt-get update && \
44
apt-get install -y npm && \

0 commit comments

Comments
 (0)