Merge branch 'renovate_actions-setup-go-6.x' into 'main'
chore(package): update actions/setup-go action to v6 See merge request go/gogitlabber!4
This commit is contained in:
commit
64ad89f65c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
|
|
||||||
# setup go
|
# setup go
|
||||||
- name: "set up go"
|
- name: "set up go"
|
||||||
uses: "actions/setup-go@v5"
|
uses: "actions/setup-go@v6"
|
||||||
with:
|
with:
|
||||||
go-version: "stable"
|
go-version: "stable"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue