From 73a5ac035004a59d10d17cab3a95404ecc9b294d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:03:30 +0000 Subject: [PATCH] Update actions/setup-go action to v5 --- .github/workflows/e2e-tests.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 3db603e..ccba5be 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e60e195..b950285 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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: