We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b72ed commit 821d371Copy full SHA for 821d371
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"image": "mcr.microsoft.com/devcontainers/base:bookworm",
6
"features": {
7
"ghcr.io/devcontainers/features/go:1": {
8
- "version": "1.24.8"
+ "version": "1.24"
9
},
10
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
11
"version": "latest",
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM golang:1.24.8 AS builder
+FROM golang:1.24.10-alpine AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
ARG GITVERSION
go.mod
@@ -1,6 +1,8 @@
module github.com/norseto/oci-lb-controller
-go 1.24.8
+go 1.24.0
+
+toolchain go1.24.10
require (
github.com/onsi/ginkgo/v2 v2.19.0
0 commit comments