Skip to content

Commit

Permalink
Bump go to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-scalingo committed Dec 5, 2024
1 parent 2c04302 commit 9ae6c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 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.22.4
FROM golang:1.22.5
LABEL maintainer="IST <[email protected]>"

RUN go install github.com/cespare/reflex@latest
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/Scalingo/acadock-monitoring

go 1.22.4
go 1.22.5

require (
github.com/Scalingo/go-handlers v1.8.2
github.com/Scalingo/go-netns v0.0.0-20150428122709-21a4d4829db5
Expand Down

0 comments on commit 9ae6c8d

Please sign in to comment.