Skip to content

Commit

Permalink
Merge pull request #2062 from kubesphere/dependabot-github_actions-ac…
Browse files Browse the repository at this point in the history
…tions-setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
ks-ci-bot authored Feb 29, 2024
2 parents 5a42f65 + 7b2316c commit 9100c41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:

- name: Set up Go 1.19
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-auto-support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go 1.19
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: 1.19
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Install go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '^1.19'
- name: generate release artifacts
Expand Down

0 comments on commit 9100c41

Please sign in to comment.