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:
parent
0b5165aca1
commit
b379c81210
.github/workflows
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -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:
|
||||
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user