Skip to content

Commit b7cf0f0

Browse files
committed
ci: add args to lint run
1 parent 9cec863 commit b7cf0f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.26.0"
18+
go-version: "1.24.0"
1919

2020
- name: Run golangci-lint
2121
uses: golangci/golangci-lint-action@v4
2222
with:
2323
version: v2.10.1
24+
args: --path-mode=abs

0 commit comments

Comments
 (0)