make v2 the migration version to codeberg (#2)

This commit is contained in:
T. von Dein
2025-12-05 20:46:16 +01:00
parent 47c55fae5c
commit 61ff94f09c
17 changed files with 6 additions and 7 deletions

View File

@@ -23,7 +23,6 @@ steps:
image: golang:${goversion}
commands:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.5.0
- cd v1
- golangci-lint --version
- golangci-lint run ./...
depends_on: [build]