-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Prometheus version to include loser tree postings improvement (…
…#5711) * upgrade Thanos version to include loser tree postings improvement Signed-off-by: Ben Ye <[email protected]> * update golangci-lint version Signed-off-by: Ben Ye <[email protected]> * disable revive Signed-off-by: Ben Ye <[email protected]> * fix golint issue Signed-off-by: Ben Ye <[email protected]> * fix lint again Signed-off-by: Ben Ye <[email protected]> * update promqlsmith dependency Signed-off-by: Ben Ye <[email protected]> * fix build Signed-off-by: Ben Ye <[email protected]> * fix lint Signed-off-by: Ben Ye <[email protected]> * upgrade thanos version to latest main Signed-off-by: Ben Ye <[email protected]> --------- Signed-off-by: Ben Ye <[email protected]>
- Loading branch information
Showing
490 changed files
with
32,967 additions
and
5,347 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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ RUN GOARCH=$(go env GOARCH) && \ | |
chmod +x shfmt && \ | ||
mv shfmt /usr/bin | ||
|
||
RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.51.2 | ||
RUN curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/bin v1.54.1 | ||
|
||
ENV HUGO_VERSION=v0.101.0 | ||
RUN go install github.com/client9/misspell/cmd/[email protected] &&\ | ||
|
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.