Update actions/setup-go action to v5

This commit is contained in:
renovate[bot]
2024-07-11 16:03:30 +00:00
committed by GitHub
parent b6c5d331fb
commit 73a5ac0350
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@v1
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: