We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c46b5 commit b179e94Copy full SHA for b179e94
.github/workflows/ci-tests.yaml
@@ -63,14 +63,19 @@ jobs:
63
uses: actions/setup-go@v6
64
with:
65
go-version-file: go.mod
66
- cache: false
67
env:
68
GO111MODULE: off
69
- - name: Run golangci-lint
+ - name: Run golangci-lint on main module
70
uses: golangci/golangci-lint-action@v8
71
72
- version: v2.1.6
+ version: v2.5.0
73
args: --timeout 5m
+ - name: Run golangci-lint on registry-scanner
74
+ uses: golangci/golangci-lint-action@v8
75
+ with:
76
77
+ args: --timeout 5m
78
+ working-directory: registry-scanner
79
test:
80
name: Ensure unit tests are passing
81
runs-on: ubuntu-latest
0 commit comments