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

This commit is contained in:
Peter 2023-12-18 20:05:55 +00:00
parent 3deb278cc3
commit 76816b2981

View file

@ -20,7 +20,7 @@ jobs:
lfs: 'true'
fetch-tags: 'true'
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
# Semantic version range syntax or exact version of Go
go-version: ${{ matrix.go-version }}