Skip to content

Commit

Permalink
Merge pull request #9 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
build: use golang 1.23.0
  • Loading branch information
UltraInstinct14 authored Aug 20, 2024
2 parents 0a22cd0 + a27ff94 commit 4c7a410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

RUN apk update && apk add git && apk add make

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module loxilb.io/loxilb-ingress-manager

go 1.22.0

toolchain go1.22.5
go 1.23.0

require (
github.com/loxilb-io/kube-loxilb v0.9.6-0.20240724081844-310d8829b72f
Expand Down

0 comments on commit 4c7a410

Please sign in to comment.