Skip to content

Commit

Permalink
Merge pull request #2853 from RainbowMango/pr_update_go_for_12
Browse files Browse the repository at this point in the history
Build release-1.2 with go1.17.13
  • Loading branch information
karmada-bot committed Nov 23, 2022
2 parents 7a2628a + a9cfe00 commit f3b7f75
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: vendor
run: hack/verify-vendor.sh
- name: lint
Expand All @@ -37,7 +37,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: verify codegen
Expand All @@ -64,7 +64,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: compile
run: make all
test:
Expand All @@ -77,7 +77,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: make test
run: make test
e2e:
Expand All @@ -97,7 +97,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: install QEMU
uses: docker/setup-qemu-action@v1
- name: install Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: install QEMU
uses: docker/setup-qemu-action@v1
- name: install Buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: Making and packaging
env:
GOOS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swr-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swr-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.17.13
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down

0 comments on commit f3b7f75

Please sign in to comment.