-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DP-2769] Update default Go to 1.21 for forward compatiability (#63)
**Summary** Recently golang released version 1.21 which allows go.mod files to specify the golang version to use and if not available, download it. This will allow services that use image-builder to not have to specify an asdf golang version and instead be able to use the golang version installed in image-builder. In order to use this functionality however, the default version of golang in `~/.tool-versions` needs to be a minimum 1.21.
- Loading branch information
1 parent
9d71293
commit a6e76c6
Showing
3 changed files
with
3 additions
and
3 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 +1 @@ | ||
0.1.30 | ||
0.1.31 |
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,5 +1,5 @@ | ||
buf 0.51.1 | ||
golang 1.16.3 | ||
golang 1.21.0 | ||
helm 3.6.1 | ||
mkcert 1.4.4 | ||
nodejs 16.2.0 | ||
|