feature/epic0-foundation #1

Merged
master merged 20 commits from feature/epic0-foundation into main 2025-11-05 13:44:59 +01:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 93bc6e082c - Show all commits

View File

@@ -78,9 +78,9 @@ jobs:
with:
go-version: '1.24'
- name: Install golangci-lint
- name: Install golangci-lint v2.1.6
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.6
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Run golangci-lint

View File

@@ -1,7 +1,7 @@
# golangci-lint configuration
# See https://golangci-lint.run/usage/configuration/
# Note: No version field - compatible with both v1.64.8 (CI) and v2.x (local)
# Local v2.x may show a deprecation warning but will work
version: 2
run:
timeout: 5m