Skip to content

Commit

Permalink
fixup updates
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed Jan 29, 2024
1 parent f804ba6 commit 403f244
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,934 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.17 as builder
FROM --platform=${BUILDPLATFORM} golang:1.21 as builder
WORKDIR $GOPATH/src/github.com/transferwise/oomie
COPY . $GOPATH/src/github.com/transferwise/oomie
ARG TARGETOS=linux
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/transferwise/oomie

go 1.17
go 1.21

toolchain go1.21.5

require (
github.com/google/cadvisor v0.48.1
Expand Down
Loading

0 comments on commit 403f244

Please sign in to comment.