Skip to content

Commit 66831a8

Browse files
Go 1.23.5
1 parent 84d918d commit 66831a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from golang:1.23.4 as build
1+
from golang:1.23.5 as build
22
workdir /app
33
copy . .
44
run make

example/upstream/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from golang:1.23.4 as build
1+
from golang:1.23.5 as build
22
workdir /app
33
copy . .
44
env CGO_ENABLED=0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/basecamp/kamal-proxy
22

3-
go 1.23.4
3+
go 1.23.5
44

55
require (
66
github.com/spf13/cobra v1.8.0

0 commit comments

Comments
 (0)