Skip to content

Commit 75b2f87

Browse files
committed
fix: restore version 2 config format with verify disabled
1 parent b6610af commit 75b2f87

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
with:
8080
version: v2.1.0
8181
install-mode: goinstall
82+
verify: false
8283
args: --timeout 5m
8384

8485
security:

.golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
version: "2"
2+
13
run:
24
timeout: 5m
35

46
linters:
5-
disable-all: true
7+
default: none
68
enable:
79
- govet
810
- ineffassign

0 commit comments

Comments
 (0)