Update actions/setup-go action to v5 (#56)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-11 18:05:11 +02:00 committed by GitHub
parent 02b5389fc6
commit 09a93ff001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
- name: Login to DockerHub
uses: docker/login-action@v3
with:
@ -73,7 +73,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Login to DockerHub

View File

@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
- name: Install earthly
uses: Luet-lab/luet-install-action@v1
with: