Skip to content

Commit 8d73083

Browse files
committed
Changed golangci action version and changed output format of golangci
1 parent 357053b commit 8d73083

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix: { dir: ['./...', './worker', './worker/edge'] }
1515
steps:
16-
- uses: actions/setup-go@v4
16+
- uses: actions/setup-go@v6
1717
with:
1818
go-version: 1.22
1919
- uses: actions/checkout@v3

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,7 @@ issues:
8989
- gosec
9090
- unparam
9191
- staticcheck
92+
93+
output:
94+
formats:
95+
- format: colored-line-number

0 commit comments

Comments
 (0)