1
0
Fork 0
mirror of https://code.forgejo.org/actions/ovh-dns-update synced 2025-03-14 22:36:58 +01:00

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
No known key found for this signature in database
GPG key ID: 8AC4BEEB5900F976

View file

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