-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #823 from yiannistri/bump-go-toolchain-release-v2.9
[v2.9] Bump go toolchain
- Loading branch information
Showing
4 changed files
with
49 additions
and
40 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,9 +1,11 @@ | ||
name: Scan | ||
on: | ||
pull_request: | ||
branches: | ||
- release-v2.9 | ||
push: | ||
branches: | ||
- main | ||
- release-v2.9 | ||
tags: | ||
- "v*" | ||
jobs: | ||
|
@@ -14,6 +16,13 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Go | ||
uses: actions/setup-go@v5 | ||
with: | ||
go-version-file: 'go.mod' | ||
check-latest: true | ||
- name: Build operator | ||
run: make operator | ||
- name: Set up Docker Buildx | ||
id: buildx | ||
uses: docker/[email protected] | ||
|
@@ -24,7 +33,7 @@ jobs: | |
tags: ghcr.io/rancher/eks-operator:${{ github.sha }} | ||
load: true | ||
push: false | ||
file: test/e2e/Dockerfile.e2e | ||
file: package/Dockerfile | ||
build-args: | | ||
TAG=${{ github.sha }} | ||
REPO=ghcr.io/rancher/eks-operator | ||
|
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