chore(deps): update actions/setup-go action to v5
All checks were successful
Go build / build (1.20.x) (pull_request) Successful in 1m20s
Go build / build (1.21.x) (pull_request) Successful in 1m6s
Go build / build (1.21.x) (push) Successful in 1m5s
Renovate / renovate (push) Successful in 12s
Go build / build (1.20.x) (push) Successful in 1m19s
All checks were successful
Go build / build (1.20.x) (pull_request) Successful in 1m20s
Go build / build (1.21.x) (pull_request) Successful in 1m6s
Go build / build (1.21.x) (push) Successful in 1m5s
Renovate / renovate (push) Successful in 12s
Go build / build (1.20.x) (push) Successful in 1m19s
This commit is contained in:
parent
3deb278cc3
commit
76816b2981
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
lfs: 'true'
|
lfs: 'true'
|
||||||
fetch-tags: 'true'
|
fetch-tags: 'true'
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
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: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
|
|
Loading…
Reference in a new issue