Skip to content

Commit 5891e9f

Browse files
author
zengfr
committed
fix(ci): golangci-lint action v8 and config v2 compat
1 parent 7112fc6 commit 5891e9f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Test
2424
run: go test ./... -count=1 -race
2525
- name: golangci-lint
26-
uses: golangci/golangci-lint-action@v6
26+
uses: golangci/golangci-lint-action@v8
2727
with:
28-
version: latest
28+
version: v2.1
2929
args: --timeout 5m
3030

3131
tui:

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ formatters:
2020

2121
linters-settings:
2222
goimports:
23-
local-prefixes:
24-
- github.com/yourorg/aicodingagentteam
23+
local-prefixes: github.com/agentcodinglab/aicodingagentteam
2524
gocritic:
2625
enabled-tags:
2726
- diagnostic

0 commit comments

Comments
 (0)