Skip to content

Commit 4762931

Browse files
committed
bump golangci-lint and allow release-assets.githubusercontent.com
Signed-off-by: Carlos Panato <[email protected]>
1 parent e18f16a commit 4762931

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
sum.golang.org:443
5252
uploads.github.com:443
5353
objects.githubusercontent.com:443
54+
release-assets.githubusercontent.com:443
5455
5556
- name: Checkout repository
5657
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: golangci-lint
3333
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3434
with:
35-
version: v2.1
35+
version: v2.3

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ linters:
8181
- usetesting
8282
- wastedassign
8383
- whitespace
84-
- wsl
84+
- wsl_v5
8585
- zerologlint
8686
# - cyclop
8787
# - depguard

0 commit comments

Comments
 (0)