-
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.
Signed-off-by: Nikita Korolev <[email protected]>
- Loading branch information
1 parent
f1d9066
commit 51e8d77
Showing
6 changed files
with
46 additions
and
38 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,5 +1,6 @@ | ||
--- | ||
{{- $version := "1.60.3" }} | ||
{{- $goVersion := "1.22.7" }} | ||
|
||
image: {{ $.ImageName }} | ||
final: false | ||
|
@@ -33,9 +34,13 @@ shell: | |
git apply --ignore-space-change --ignore-whitespace ${p} && echo OK || (echo FAIL ; exit 1) | ||
done | ||
- go mod edit -go={{ $goVersion }} | ||
|
||
- echo Download Go modules. | ||
- go mod download | ||
|
||
- go get golang.org/x/[email protected] | ||
|
||
setup: | ||
- mkdir /cdi-binaries | ||
- cd /containerized-data-importer | ||
|
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 |
---|---|---|
|
@@ -52,6 +52,8 @@ shell: | |
go get github.com/cilium/ebpf/[email protected] | ||
go get github.com/cilium/ebpf/[email protected] | ||
go get golang.org/x/[email protected] | ||
go mod vendor | ||
setup: | ||
|
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