Update actions/setup-go action to v5

This commit is contained in:
renovate[bot]
2024-01-03 10:26:33 +00:00
committed by GitHub
parent 0b5165aca1
commit b379c81210
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,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:

View File

@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '^1.20'