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
|
||||
with:
|
||||
version: v2.1
|
||||
args: --issues-exit-code 0 --out-format code-climate
|
||||
|
||||
ci-test:
|
||||
runs-on: raw
|
||||
container:
|
||||
|
|
@ -53,7 +55,7 @@ jobs:
|
|||
- name: Setup golang
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.21"
|
||||
go-version: "1.24"
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue