Skip to content

Commit

Permalink
Merge pull request karmada-io#4395 from RainbowMango/pr_rel16_go12012
Browse files Browse the repository at this point in the history
[release-1.6] Bump Golang to go1.20.12
  • Loading branch information
karmada-bot authored Dec 15, 2023
2 parents e671886 + 3a0d61c commit 0f34d76
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-schedule.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@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: vendor
run: hack/verify-vendor.sh
- name: lint
Expand All @@ -41,7 +41,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: compile
run: make all
test:
Expand All @@ -86,7 +86,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: make test
run: make test
- name: Upload coverage to Codecov
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- uses: engineerd/[email protected]
with:
version: "v0.17.0"
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 @@ -36,7 +36,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: install QEMU
uses: docker/setup-qemu-action@v2
- 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 @@ -32,7 +32,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: install QEMU
uses: docker/setup-qemu-action@v2
- 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@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- 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@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- 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@v3
with:
go-version: 1.20.4
go-version: 1.20.12
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down

0 comments on commit 0f34d76

Please sign in to comment.