Skip to content

Commit 37208c7

Browse files
committed
feat(gh): upadting golangci-lint-action
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 2b39ae4 commit 37208c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/checkout@v2
24-
- uses: actions/setup-go@v2
24+
- uses: actions/setup-go@v3
2525
with:
2626
go-version-file: 'go.mod'
2727
- name: Run golangci-lint
28-
uses: golangci/golangci-lint-action@v2.3.0
28+
uses: golangci/golangci-lint-action@v3.0.0
2929
with:
3030
version: v1.53.2
31-
only-new-issues: false
3231
args: --timeout 5m --config .golangci.yml
3332
diff:
3433
name: diff

0 commit comments

Comments
 (0)