Skip to content

Commit

Permalink
Merge pull request #5374 from zhzhuang-zju/release-1.9
Browse files Browse the repository at this point in the history
Bump golang version to v1.20.14
  • Loading branch information
karmada-bot authored Aug 15, 2024
2 parents 0b6ff52 + 1a71c72 commit 5082426
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go-version: 1.20.6

- karmada-version: release-1.8
go-version: 1.20.11
go-version: 1.20.14
steps:
# Free up disk space on Ubuntu
- name: Free Disk Space (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 @@ -40,7 +40,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- name: setup e2e test environment
uses: nick-fields/[email protected]
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.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.14
- name: verify license
run: hack/verify-license.sh
- name: vendor
Expand All @@ -47,7 +47,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- name: compile
run: make all
test:
Expand All @@ -94,7 +94,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- name: make test
run: make test
- name: Upload coverage to Codecov
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- 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 @@ -33,7 +33,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.11
go-version: 1.20.14
- uses: engineerd/[email protected]
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.14
- name: Install Cosign
uses: sigstore/[email protected]
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.14
- name: Install Cosign
uses: sigstore/[email protected]
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.14
- 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.14
- 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.14
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down

0 comments on commit 5082426

Please sign in to comment.