Skip to content

Commit

Permalink
Merge pull request vmware#93 from ksamoray/certify-v1.14.1
Browse files Browse the repository at this point in the history
Certify v1.14.1
  • Loading branch information
ksamoray authored Dec 7, 2023
2 parents 07547d2 + ff92e0d commit cc783cf
Show file tree
Hide file tree
Showing 6 changed files with 373 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build antrea-operator Docker image
run: make docker-build
- name: Build antrea-operator-bundle Docker image
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
TAG: ${{ github.ref }}
run: |
version=${TAG:10}
echo "::set-output name=version::$version"
echo "version=$version" >> $GITHUB_OUTPUT
build:
runs-on: [ubuntu-latest]
needs: get-version
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build antrea-operator Docker image
env:
VERSION: ${{ needs.get-version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/certification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
validate_image:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Run container certification
env:
VERSION: ${{ github.event.inputs.version_tag }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Check-out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build antrea-operator binary
run: make bin
- name: Run tests
Expand All @@ -26,10 +26,10 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Set up Go 1.19
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Check-out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Check tidy
run: make test-tidy
2 changes: 1 addition & 1 deletion .github/workflows/validate_imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.repository == 'vmware/antrea-operator-for-kubernetes'
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Validate antrea-manifest/antrea.yml
run: |
TMP_MANIFEST=$(mktemp /tmp/antrea.yml.XXXXXXX)
Expand Down

Large diffs are not rendered by default.

0 comments on commit cc783cf

Please sign in to comment.