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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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