Skip to content

Commit

Permalink
build: update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed Mar 7, 2024
1 parent 6d9374d commit aa07580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.21.7-bullseye
FROM golang:1.21.8-bullseye

ARG VERSION
ARG GOAMD64
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/moonrhythm/parapet-ingress-controller

go 1.21

toolchain go1.21.7
toolchain go1.21.8

require (
cloud.google.com/go/profiler v0.4.0
Expand Down

0 comments on commit aa07580

Please sign in to comment.