chore(deps): update actions/setup-go action to v5
Mirror Push / mirror (push) Successful in 8s Details
Test / test (stable) (push) Successful in 32s Details
Test / test (oldstable) (push) Successful in 40s Details

This commit is contained in:
Renovate Bot 2023-12-06 16:00:23 +00:00
parent c580ac78d4
commit e0b14b8b00
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
run: git submodule update --init --recursive
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '>=1.20.1'

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.platform }}-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.goVer }}