Update actions/setup-go action to v5

This commit is contained in:
Renovate Bot 2024-12-04 11:02:22 +00:00
parent a7a43aea89
commit 66f9fd48db
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 8AC4BEEB5900F976

View file

@ -10,7 +10,7 @@ jobs:
image: 'code.forgejo.org/oci/node:20-bookworm'
steps:
- uses: actions/checkout@v4
- uses: https://code.forgejo.org/actions/setup-go@v4
- uses: https://code.forgejo.org/actions/setup-go@v5
with:
go-version-file: "go.mod"
check-latest: true