Skip to content

Commit

Permalink
Bump Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmcconnell committed Dec 12, 2024
1 parent 526a4a2 commit 76f1d7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.23.3 as build
from golang:1.23.4 as build
workdir /app
copy . .
run make
Expand Down
2 changes: 1 addition & 1 deletion example/upstream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from golang:1.23.3 as build
from golang:1.23.4 as build
workdir /app
copy . .
env CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/basecamp/kamal-proxy

go 1.23.3
go 1.23.4

require (
github.com/spf13/cobra v1.8.0
Expand Down

0 comments on commit 76f1d7e

Please sign in to comment.