Skip to content

Commit 06ba8e4

Browse files
authored
Upgrade lint (#15)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 163f09f commit 06ba8e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: Lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v2
14+
uses: golangci/golangci-lint-action@v3
1515
with:
16-
version: v1.31
16+
version: v1.53
1717
unit_tests:
1818
name: Unit-Tests
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)