-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLOUDP-269300: Bump to Go 1.23 (#1841)
* Bump Go & golangci * Replace deprecated linter * Remedy linter errors * Update licenses * Move to go 1.23 * Try fix the licenses issue * Bump all images to 1.23 also * Apply suggestions from code review Use %w for error wrapping Co-authored-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com> Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com> * Apply suggestions from code review Revert to use `%s` again, because `stat.Error` is a `string` and thus cannot be wrapped as an error. --------- Signed-off-by: jose.vazquez <jose.vazquez@mongodb.com> Co-authored-by: jose.vazquez <jose.vazquez@mongodb.com> Co-authored-by: Sergiusz Urbaniak <sergiusz.urbaniak@gmail.com>
- Loading branch information
1 parent
ea489f0
commit 2921cce
Showing
18 changed files
with
92 additions
and
151 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.22 | ||
FROM golang:1.23 | ||
|
||
ENV KUBECTL_VERSION 1.18.12 | ||
ENV GO111MODULE on | ||
|
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 +1 @@ | ||
100644 c4cf9120e81ef4e31f288eef5adccbba2862f023 go.mod | ||
100644 6a6da89744c37c3cd16ce3e453f217e5927c2860 go.mod |
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
Oops, something went wrong.