We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163f09f commit 06ba8e4Copy full SHA for 06ba8e4
1 file changed
.github/workflows/validate_pr.yml
@@ -9,11 +9,11 @@ jobs:
9
name: Lint
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
- name: golangci-lint
14
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3
15
with:
16
- version: v1.31
+ version: v1.53
17
unit_tests:
18
name: Unit-Tests
19
0 commit comments