-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update application-api version
The component status CRD had a new field to it, but application-service would overwrite the field when anyone attempted to update it. Updating application-service to the newest version of application-api fixes this issue Signed-off-by: Ryan Cole <[email protected]>
- Loading branch information
Showing
4 changed files
with
13 additions
and
8 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: Set up Go 1.x | ||
uses: actions/setup-go@v2 | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.21 | ||
- name: Check out code into the Go module directory | ||
uses: actions/checkout@v2 | ||
with: | ||
|
@@ -60,7 +60,7 @@ jobs: | |
- name: Check format | ||
run: | | ||
go install github.com/google/addlicense@latest | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
go install golang.org/x/tools/cmd/goimports@v0.22.0 | ||
git reset HEAD --hard | ||
make check_fmt | ||
if [[ $? != 0 ]] | ||
|
@@ -71,7 +71,8 @@ jobs: | |
fi | ||
- uses: dominikh/[email protected] | ||
with: | ||
version: "2022.1.3" | ||
#version: "2022.1.3" | ||
version: "latest" | ||
install-go: false | ||
- name: Check manifests | ||
run: | | ||
|
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