1.3.0: ci: add first forgejo ci #1 #2

Merged
nicolas.boufideline merged 14 commits from #1 into main 2025-09-27 21:17:42 +00:00
Showing only changes of commit e16d9ed188 - Show all commits

1.3.0: ci: update with lint params

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2025-09-26 02:36:21 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

View file

@ -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: |