forked from Soulou/acadock-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Docker and go version to go 1.22
- Loading branch information
1 parent
e38b16c
commit 5a0e4d8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.21 | ||
FROM golang:1.22 | ||
LABEL maintainer="IST <[email protected]>" | ||
|
||
RUN go install github.com/cespare/reflex@latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/Scalingo/acadock-monitoring | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/Scalingo/go-handlers v1.8.1 | ||
|