Skip to content

Commit

Permalink
chore: golang 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnould Gateaux committed Oct 21, 2024
1 parent 881b075 commit 97c7a55
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 --platform=${BUILDPLATFORM} golang:1.22 AS builder
FROM --platform=${BUILDPLATFORM} golang:1.23 AS builder
WORKDIR $GOPATH/src/github.com/plotly/oomie
COPY . $GOPATH/src/github.com/plotly/oomie
ARG TARGETOS=linux
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/plotly/oomie

go 1.22.0

toolchain go1.22.7
go 1.23

require (
github.com/google/cadvisor v0.50.0
Expand Down

0 comments on commit 97c7a55

Please sign in to comment.