Skip to content

Commit 1986a40

Browse files
authored
Merge pull request #173 from kube-vip/dependabot/docker/golang-1.23
🌱 Bump golang from 1.22 to 1.23
2 parents 9e13c0a + 9e5ab89 commit 1986a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.4
22

3-
FROM golang:1.22 as builder
3+
FROM golang:1.23 as builder
44

55
COPY . /src/
66
WORKDIR /src

0 commit comments

Comments
 (0)