Merge pull request #38 from kairos-io/renovate/actions-setup-go-5.x

Update actions/setup-go action to v5
This commit is contained in:
Mauro Morales
2024-01-03 13:56:59 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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