Prepare for next release #13

Merged
jank merged 3 commits from main into release 2025-04-09 17:48:32 +00:00
Showing only changes of commit 1b86948c60 - Show all commits

18
.gitea/workflows/CI.yml Normal file
View file

@ -0,0 +1,18 @@
name: "Go CI"
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.24.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
version: v2.0