chore(deps): update actions/setup-go action to v5
Some checks failed
Go build / build (push) Has been cancelled
Some checks failed
Go build / build (push) Has been cancelled
This commit is contained in:
parent
fc895eca1a
commit
630708c977
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
fetch-tags: 'true'
|
fetch-tags: 'true'
|
||||||
|
|
||||||
- name: Setup Go 1.21.x
|
- name: Setup Go 1.21.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
# Semantic version range syntax or exact version of Go
|
# Semantic version range syntax or exact version of Go
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
|
|
Loading…
Reference in a new issue