1.3.0: ci: add first forgejo ci #1 #2
1 changed files with 3 additions and 1 deletions
1.3.0: ci: update with lint params
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
commit
e16d9ed188
|
|
@ -20,6 +20,8 @@ jobs:
|
||||||
uses: https://github.com/golangci/golangci-lint-action@v8
|
uses: https://github.com/golangci/golangci-lint-action@v8
|
||||||
with:
|
with:
|
||||||
version: v2.1
|
version: v2.1
|
||||||
|
args: --issues-exit-code 0 --out-format code-climate
|
||||||
|
|
||||||
ci-test:
|
ci-test:
|
||||||
runs-on: raw
|
runs-on: raw
|
||||||
container:
|
container:
|
||||||
|
|
@ -53,7 +55,7 @@ jobs:
|
||||||
- name: Setup golang
|
- name: Setup golang
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: "1.21"
|
go-version: "1.24"
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue