-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update thanos version to latest main (#4885)
* update Thanos version to latest main Signed-off-by: Ben Ye <benye@amazon.com> * update version Signed-off-by: Ben Ye <benye@amazon.com> * update CI go to 1.18 Signed-off-by: Ben Ye <benye@amazon.com> * update integration go version to 1.19.x Signed-off-by: Ben Ye <benye@amazon.com> * update dev dockerfile go version Signed-off-by: Ben Ye <benye@amazon.com> * retry test Signed-off-by: Ben Ye <benye@amazon.com> Signed-off-by: Ben Ye <benye@amazon.com>
- Loading branch information
Showing
651 changed files
with
40,558 additions
and
55,605 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
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.17 | ||
FROM golang:1.18 | ||
ENV CGO_ENABLED=0 | ||
RUN go get github.com/go-delve/delve/cmd/dlv | ||
|
||
|
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.17 | ||
FROM golang:1.18 | ||
ENV CGO_ENABLED=0 | ||
RUN go get github.com/go-delve/delve/cmd/dlv | ||
|
||
|
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
Oops, something went wrong.