Skip to content

Commit

Permalink
chore(golang): bump golang from 1.22 to 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
zyegfryed committed Aug 26, 2024
1 parent d2588ef commit b7b0f18
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 --no-cache git ca-certificates && update-ca-certificates

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 github.com/exoscale/exoscale-cloud-controller-manager

go 1.22.0

toolchain go1.22.5
go 1.23.0

require (
github.com/exoscale/egoscale v0.102.3
Expand Down

0 comments on commit b7b0f18

Please sign in to comment.