Skip to content

Commit a2313c0

Browse files
committed
Upgrade golangci-lint to v1.46.2
Signed-off-by: Ferran Rodenas <[email protected]>
1 parent cece2de commit a2313c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: golangci-lint
1111
uses: golangci/golangci-lint-action@v2
1212
with:
13-
version: v1.41.1
13+
version: v1.46.2
1414
args: --issues-exit-code=1
1515
only-new-issues: true

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
name: Set up Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.16
20+
go-version: 1.18
2121
-
2222
name: golangci-lint
2323
uses: golangci/golangci-lint-action@v2
2424
with:
25-
version: v1.41.1
25+
version: v1.46.2
2626
args: --issues-exit-code=1
2727
-
2828
name: Import GPG key

0 commit comments

Comments
 (0)