Skip to content

Commit

Permalink
use single source for go version
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Grosser <michael@grosser.it>
  • Loading branch information
grosser committed Apr 3, 2024
1 parent a0c0a98 commit eeb5d8b
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: setup e2e test environment
uses: nick-fields/retry@v2.9.0
with:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: verify license
run: hack/verify-license.sh
- name: vendor
Expand All @@ -42,8 +40,6 @@ jobs:
path: ${{ env.GOPATH }}/src/github.com/karmada-io/karmada
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
Expand Down Expand Up @@ -74,8 +70,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: compile
run: make all
test:
Expand All @@ -89,8 +83,6 @@ jobs:
uses: actions/checkout@v3
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: make test
run: make test
- name: Upload coverage to Codecov
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- uses: helm/kind-action@v1.9.0
with:
version: "v0.20.0"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dockerhub-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dockerhub-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: Install Cosign
uses: sigstore/cosign-installer@v3.4.0
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: Making and packaging
env:
GOOS: ${{ matrix.os }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/swr-latest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/swr-released-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.21.8
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}
Expand Down

0 comments on commit eeb5d8b

Please sign in to comment.