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 f9f4add257 - Show all commits

View File

@@ -79,9 +79,9 @@ jobs:
go-version: '1.24' go-version: '1.24'
- name: Run golangci-lint - name: Run golangci-lint
uses: golangci/golangci-lint-action@v4 uses: golangci/golangci-lint-action@v3
with: with:
version: v2.1.6 version: v1.64.8
args: --timeout=5m args: --timeout=5m
build: build:

View File

@@ -1,7 +1,7 @@
# golangci-lint configuration # golangci-lint configuration
# See https://golangci-lint.run/usage/configuration/ # See https://golangci-lint.run/usage/configuration/
# Note: CI uses v1.64.8 which doesn't support version: 2
version: 2 # Local v2.x will work with this config but may show a deprecation warning
run: run:
timeout: 5m timeout: 5m