Skip to content

Commit 821d371

Browse files
committed
Go version 1.24.10
1 parent 73b72ed commit 821d371

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
66
"features": {
77
"ghcr.io/devcontainers/features/go:1": {
8-
"version": "1.24.8"
8+
"version": "1.24"
99
},
1010
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
1111
"version": "latest",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.24.8 AS builder
2+
FROM golang:1.24.10-alpine AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
ARG GITVERSION

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/norseto/oci-lb-controller
22

3-
go 1.24.8
3+
go 1.24.0
4+
5+
toolchain go1.24.10
46

57
require (
68
github.com/onsi/ginkgo/v2 v2.19.0

0 commit comments

Comments
 (0)