Skip to content

Commit 4c7a410

Browse files
Merge pull request #9 from TrekkieCoder/main
build: use golang 1.23.0
2 parents 0a22cd0 + a27ff94 commit 4c7a410

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-alpine AS builder
1+
FROM golang:1.23-alpine AS builder
22

33
RUN apk update && apk add git && apk add make
44

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module loxilb.io/loxilb-ingress-manager
22

3-
go 1.22.0
4-
5-
toolchain go1.22.5
3+
go 1.23.0
64

75
require (
86
github.com/loxilb-io/kube-loxilb v0.9.6-0.20240724081844-310d8829b72f

0 commit comments

Comments
 (0)