Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
base_images:
golangci-lint:
name: golangci-lint
namespace: ci
tag: v1.64.8
binary_build_commands: GOFLAGS="-mod=readonly" make build
build_root:
image_stream_tag:
Expand Down Expand Up @@ -57,13 +52,6 @@ tests:
container:
from: bin
run_if_changed: ^addon-tools/report-creator/*$
- as: golint
commands: |
make golangci-lint
container:
clone: true
from: golangci-lint
skip_if_only_changed: (^docs/)|((^|/)OWNERS(_ALIASES)?$)|((^|/)[A-Z]+\.md$)
- as: security
optional: true
steps:
Expand Down