Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go 1.18 make kustomize fix, GH Actions: go 1.18, submit-coverage fix #716

Merged
merged 2 commits into from
Jun 8, 2022

Conversation

kaovilai
Copy link
Member

kustomize v4 can be installed via go install
Github Actions: go-test go version bump to 1.18

kustomize v3->v4 breaking changes related to supported url types don't affect our repo

kustomize v4 can be installed via go install
Github Actions: go-test go version bump to 1.18

kustomize v3->v4 breaking changes related to supported url types don't affect our repo
@codecov-commenter
Copy link

codecov-commenter commented May 28, 2022

Codecov Report

Merging #716 (6c4c914) into master (b3ca1c3) will decrease coverage by 0.17%.
The diff coverage is 48.00%.

@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
- Coverage   37.27%   37.10%   -0.18%     
==========================================
  Files          14       15       +1     
  Lines        2940     3099     +159     
==========================================
+ Hits         1096     1150      +54     
- Misses       1761     1849      +88     
- Partials       83      100      +17     
Impacted Files Coverage Δ
pkg/credentials/credentials.go 23.79% <0.00%> (-1.76%) ⬇️
controllers/restic.go 48.71% <26.66%> (-4.59%) ⬇️
controllers/registry.go 40.19% <34.54%> (-0.70%) ⬇️
controllers/validator.go 60.86% <55.00%> (-4.52%) ⬇️
controllers/velero.go 48.91% <61.03%> (+0.91%) ⬆️
controllers/monitor.go 40.62% <80.00%> (-7.48%) ⬇️
controllers/bsl.go 47.34% <100.00%> (ø)
pkg/common/common.go 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad212e9...6c4c914. Read the comment docs.

@kaovilai
Copy link
Member Author

cherrypicking into #710

@dymurray
Copy link
Member

dymurray commented Jun 8, 2022

/retest

@openshift-ci
Copy link

openshift-ci bot commented Jun 8, 2022

@kaovilai: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@kaovilai kaovilai merged commit eb23992 into openshift:master Jun 8, 2022
@[ -f $(1) ] || { \
set -e ;\
TMP_DIR=$$(mktemp -d) ;\
cd $$TMP_DIR ;\
go mod init tmp ;\
echo "Downloading $(2)" ;\
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
GOBIN=$(PROJECT_DIR)/bin go install -mod=mod $(2) ;\
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that -mod=mod here is required for go 1.16

kaovilai added a commit that referenced this pull request Apr 12, 2023
#716)

* Github Actions: go-test go version bump to 1.18
kustomize v4 can be installed via go install
Github Actions: go-test go version bump to 1.18

kustomize v3->v4 breaking changes related to supported url types don't affect our repo

* -mod=mod
kaovilai added a commit that referenced this pull request Apr 12, 2023
* Update ci-Dockerfile to go 1.19 for oadp-1.0

* remove TODO comment

* go 1.18 `make kustomize` fix, GH Actions: go 1.18, submit-coverage fix  (#716)

* Github Actions: go-test go version bump to 1.18
kustomize v4 can be installed via go install
Github Actions: go-test go version bump to 1.18

kustomize v3->v4 breaking changes related to supported url types don't affect our repo

* -mod=mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants