Skip to content

Commit da119ef

Browse files
committed
ci: Fixing golangci lint installation
Signed-off-by: Vincent Boutour <[email protected]>
1 parent ea50fdb commit da119ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656
with:
5757
go-version: "^1.25"
5858
cache: true
59+
- name: golangci-lint
60+
uses: golangci/golangci-lint-action@v9
61+
with:
62+
install-only: true
63+
version: v2.6
5964
- name: Build
6065
env:
6166
GO_ARCHS: linux/amd64 linux/arm linux/arm64 darwin/amd64 darwin/arm64

0 commit comments

Comments
 (0)