Skip to content

Commit

Permalink
Merge pull request #4397 from RainbowMango/pr_rel18_go12012
Browse files Browse the repository at this point in the history
[release-1.8] Bump Golang to v1.20.12
  • Loading branch information
karmada-bot committed Dec 15, 2023
2 parents 2b100e8 + a3eaa92 commit df708ad
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:

include:
- karmada-version: release-1.5
go-version: 1.19.5
go-version: 1.19.13

- karmada-version: release-1.6
go-version: 1.20.5
go-version: 1.20.12

- karmada-version: release-1.7
go-version: 1.20.6
go-version: 1.20.12

steps:
# Free up disk space on Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
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.11
go-version: 1.20.12
- name: verify license
run: hack/verify-license.sh
- name: vendor
Expand All @@ -43,7 +43,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.12
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.12
- name: compile
run: make all
test:
Expand All @@ -90,7 +90,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.12
- name: make test
run: make test
- name: Upload coverage to Codecov
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
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.11
go-version: 1.20.12
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.20.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 @@ -38,7 +38,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.12
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
with:
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 @@ -34,7 +34,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.12
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
with:
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.11
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.11
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.11
go-version: 1.20.12
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down

0 comments on commit df708ad

Please sign in to comment.