mirror of
https://github.com/rancher/plugins.git
synced 2025-07-12 14:38: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]
|
||||
steps:
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21
|
||||
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
run: sudo apt-get install dos2unix
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v3
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.21
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user