We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18f16a commit 4762931Copy full SHA for 4762931
.github/workflows/codeql-analysis.yml
@@ -51,6 +51,7 @@ jobs:
51
sum.golang.org:443
52
uploads.github.com:443
53
objects.githubusercontent.com:443
54
+ release-assets.githubusercontent.com:443
55
56
- name: Checkout repository
57
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
.github/workflows/lint.yml
@@ -32,4 +32,4 @@ jobs:
32
- name: golangci-lint
33
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
34
with:
35
- version: v2.1
+ version: v2.3
.golangci.yml
@@ -81,7 +81,7 @@ linters:
81
- usetesting
82
- wastedassign
83
- whitespace
84
- - wsl
+ - wsl_v5
85
- zerologlint
86
# - cyclop
87
# - depguard
0 commit comments