Update .github/workflows/.github-ci.yaml
This commit is contained in:
parent
f0390ba4bc
commit
022683ad6c
1 changed files with 9 additions and 0 deletions
9
.github/workflows/.github-ci.yaml
vendored
9
.github/workflows/.github-ci.yaml
vendored
|
@ -20,6 +20,15 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- uses: actions/setup-go@v5
|
||||||
|
with:
|
||||||
|
go-version: stable
|
||||||
|
|
||||||
|
- name: golangci-lint
|
||||||
|
uses: golangci/golangci-lint-action@v6
|
||||||
|
with:
|
||||||
|
version: v1.60
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://codeberg.org/umglurf/kaniko-action@main
|
uses: https://codeberg.org/umglurf/kaniko-action@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue