Skip to content

Commit 83df4de

Browse files
committed
chore: update golangci-lint
1 parent fedf110 commit 83df4de

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
- name: Checkout repository
2121
uses: actions/checkout@v3
2222
- name: Setup golangci-lint
23-
uses: golangci/golangci-lint-action@v3.3.1
23+
uses: golangci/golangci-lint-action@v3
2424
with:
25-
version: v1.50.1
26-
args: --verbose
25+
version: v1.54
2726
build:
2827
runs-on: ubuntu-latest
2928
steps:

0 commit comments

Comments
 (0)