Skip to content

Commit 89f6378

Browse files
chore(deps): update docker image: bump golang from 1.25 to 1.26
Bumps golang from 1.25 to 1.26. --- updated-dependencies: - dependency-name: golang dependency-version: '1.26' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ffe266 commit 89f6378

1 file changed

Lines changed: 1 addition & 1 deletion

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 as builder
1+
FROM golang:1.26 as builder
22

33
COPY vendor /go/src/github.com/DistroByte/molecule/vendor
44
COPY . /go/src/github.com/DistroByte/molecule

0 commit comments

Comments
 (0)