-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: techknowlogick <[email protected]>
- Loading branch information
1 parent
52d704d
commit 494bc06
Showing
8 changed files
with
24 additions
and
24 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 @@ | ||
98e6026c3a4bb4f50b26b326981d5751242aa9786e06e229e7c88d5c4ad81eb1 | ||
d519678ca0ac11d77a47799610fcb69a7aa79f633abdaaa2e1e4f3ab6dc1cc93 |
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 @@ | ||
go1.20.4,go1.19.9 | ||
go1.20.5,go1.19.10 |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## GENERATED. DO NOT EDIT DIRECTLY. | ||
FROM toolchain | ||
|
||
ENV GO_VERSION 11910 | ||
|
||
RUN \ | ||
export ROOT_DIST=https://dl.google.com/go/go1.19.10.linux-amd64.tar.gz && \ | ||
export ROOT_DIST_SHA=8b045a483d3895c6edba2e90a9189262876190dbbd21756870cdd63821810677 && \ | ||
\ | ||
$BOOTSTRAP_PURE |
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
## GENERATED. DO NOT EDIT DIRECTLY. | ||
FROM go-1.19.9 | ||
FROM go-1.19.10 |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## GENERATED. DO NOT EDIT DIRECTLY. | ||
FROM toolchain | ||
|
||
ENV GO_VERSION 1205 | ||
|
||
RUN \ | ||
export ROOT_DIST=https://dl.google.com/go/go1.20.5.linux-amd64.tar.gz && \ | ||
export ROOT_DIST_SHA=d7ec48cde0d3d2be2c69203bc3e0a44de8660b9c09a6e85c4732a3f7dc442612 && \ | ||
\ | ||
$BOOTSTRAP_PURE |
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,2 +1,2 @@ | ||
## GENERATED. DO NOT EDIT DIRECTLY. | ||
FROM go-1.20.4 | ||
FROM go-1.20.5 |