chore(deps): update actions/setup-go action to v5 (#43)

Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot 2023-12-23 05:55:08 +00:00 committed by techknowlogick
parent 502034af9f
commit 23c9273de5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: git fetch --prune --unshallow
-
name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true