Skip to content

Commit f611919

Browse files
authored
chore(deps): bump golang version from 1.24.4 to 1.24.10 (#15037)
Signed-off-by: Ken Cochrane <[email protected]>
1 parent f4eef2b commit f611919

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/builder/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"features": {
1616
"ghcr.io/devcontainers/features/go:1": {
17-
"version": "1.24.4"
17+
"version": "1.24.10"
1818
},
1919
"ghcr.io/devcontainers/features/node:1": {
2020
"version": "20"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG GIT_COMMIT=unknown
33
ARG GIT_TAG=unknown
44
ARG GIT_TREE_STATE=unknown
55

6-
FROM golang:1.24.4-alpine3.22 as builder
6+
FROM golang:1.24.10-alpine3.22 as builder
77

88
# libc-dev to build openapi-gen
99
RUN apk update && apk add --no-cache \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/argoproj/argo-workflows/v3
22

3-
go 1.24.4
3+
go 1.24.10
44

55
require (
66
cloud.google.com/go/storage v1.55.0

0 commit comments

Comments
 (0)