-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade support modules to go1.21 (#243)
* Bump up integration generator server and ci go version Signed-off-by: thepetk <[email protected]> * Update vendor dir Signed-off-by: thepetk <[email protected]> * Fix rebase issue Signed-off-by: thepetk <[email protected]> * Update registry library Signed-off-by: thepetk <[email protected]> * Fix sha in dockerfiles Signed-off-by: thepetk <[email protected]> * Update the generator api version Signed-off-by: thepetk <[email protected]> * Update the server api version Signed-off-by: thepetk <[email protected]> * Add update for code generation Signed-off-by: thepetk <[email protected]> * Update types.yaml template Signed-off-by: thepetk <[email protected]> * Fix parents on test resources Signed-off-by: thepetk <[email protected]> * Upgrade kubernetes version for test_minikube Signed-off-by: thepetk <[email protected]> --------- Signed-off-by: thepetk <[email protected]>
- Loading branch information
Showing
1,182 changed files
with
119,916 additions
and
70,844 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
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
- name: Setup Go environment | ||
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 | ||
with: | ||
go-version: 1.19 | ||
go-version: 1.21 | ||
- name: Set up QEMU # Enables arm64 image building | ||
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 #v3.0.0 | ||
- name: Login to Quay | ||
|
@@ -40,7 +40,7 @@ jobs: | |
username: ${{ secrets.QUAY_USERNAME }} | ||
password: ${{ secrets.QUAY_PASSWORD }} | ||
- name: Build and push the index server base image | ||
run: | | ||
run: | | ||
cd index/server | ||
export GOPATH=$(go env GOPATH) | ||
go install github.com/deepmap/oapi-codegen/cmd/[email protected] | ||
|
@@ -50,7 +50,7 @@ jobs: | |
needs: indexServerBuild | ||
strategy: | ||
matrix: | ||
repo: ['devfile/registry'] | ||
repo: ["devfile/registry"] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Get the repository name and commit sha | ||
|
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
Oops, something went wrong.