mirror of
https://github.com/rancher/plugins.git
synced 2025-07-13 06:54:02 +00:00
Merge pull request #1011 from containernetworking/dependabot/github_actions/actions/setup-go-5
build(deps): bump actions/setup-go from 3 to 5
This commit is contained in:
commit
0144de0fcf
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
goarch: [amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x]
|
goarch: [amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x]
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.21
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
run: sudo apt-get install dos2unix
|
run: sudo apt-get install dos2unix
|
||||||
|
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21
|
go-version: 1.21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user