mirror of
https://github.com/kairos-io/immucore.git
synced 2025-04-27 19:16:59 +00:00
chore(deps): update actions/setup-go action to v5.3.0 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e83c9b1972
commit
1d6728324c
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-go@v5.2.0
|
||||
- uses: actions/setup-go@v5.3.0
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- name: Golangci-lint
|
||||
|
2
.github/workflows/unit-tests.yaml
vendored
2
.github/workflows/unit-tests.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Go environment
|
||||
uses: actions/setup-go@v5.2.0
|
||||
uses: actions/setup-go@v5.3.0
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
- name: Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user