We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c9f2c commit 10cd1e4Copy full SHA for 10cd1e4
.github/workflows/golangci-lint.yml
@@ -20,17 +20,17 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- name: golangci-lint gas-oracle
23
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
24
with:
25
version: v1.51.0
26
working-directory: go/gas-oracle
27
- name: golangci-lint batch-submitter
28
29
30
31
working-directory: go/batch-submitter
32
- name: golangci-lint bss-core
33
34
35
36
working-directory: go/bss-core
0 commit comments