Skip to content

Commit 76901b5

Browse files
build(deps): bump golang from 1.24.2-alpine to 1.24.4-alpine (#631)
* build(deps): bump golang from 1.24.2-alpine to 1.24.4-alpine Bumps golang from 1.24.2-alpine to 1.24.4-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.24.4-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Bump Go toolchain to 1.24.4 Signed-off-by: James Alseth <james@jalseth.me> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: James Alseth <james@jalseth.me> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Alseth <james@jalseth.me>
1 parent 4f50e54 commit 76901b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2-alpine AS build
1+
FROM golang:1.24.4-alpine AS build
22
ARG KONSTRAINT_VER
33

44
WORKDIR /go/src/github.com/plexsystems/konstraint

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/plexsystems/konstraint
22

33
go 1.24.0
44

5-
toolchain go1.24.2
5+
toolchain go1.24.4
66

77
require (
88
github.com/go-sprout/sprout v1.0.0

0 commit comments

Comments
 (0)