-
Notifications
You must be signed in to change notification settings - Fork 687
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: Alice Wasko <[email protected]>
- Loading branch information
Alice Wasko
committed
May 17, 2024
1 parent
25a58de
commit 73a7f57
Showing
10 changed files
with
10 additions
and
10 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# The `test-http` image gets built by `pkg/kubeapply` for use by | ||
# various kubeapply-templated YAML files. | ||
|
||
FROM golang:1.21 | ||
FROM golang:1.22 | ||
COPY httptest.go /usr/local/bin/httptest.go | ||
RUN go build -o /usr/local/bin/httptest /usr/local/bin/httptest.go | ||
ENTRYPOINT ["/usr/local/bin/httptest"] |
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require kubepack.dev/chart-doc-gen v0.5.0 | ||
|
||
|
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/google/go-containerregistry v0.17.0 | ||
|
||
|
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/helm/chart-testing/v3 v3.10.1 | ||
|
||
|
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/golangci/golangci-lint v1.56.1 | ||
|
||
|
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/datawire/ocibuild v0.0.3-0.20220131233601-25ee488931d1 | ||
|
||
|
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,6 +1,6 @@ | ||
module local | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 | ||
|
||
|