1
0
mirror of https://github.com/kairos-io/kcrypt.git synced 2025-05-11 18:04:21 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
.github/workflows

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'