chore(deps): update actions/setup-go action to v5
Some checks failed
Mirror Push / mirror (push) Failing after 6s
Test / test (oldstable) (push) Successful in 45s
Test / test (stable) (push) Successful in 36s

This commit is contained in:
Renovate Bot 2024-07-26 18:01:18 +00:00 committed by Sam Therapy
parent 56e8df25aa
commit 675c9c9cdb
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable

View file

@ -16,7 +16,7 @@ jobs:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.goVer }}