Skip to content

Commit e6f60f4

Browse files
chore: we also need go for clippy
1 parent 5f8da3e commit e6f60f4

File tree

2 files changed

+49
-30
lines changed

2 files changed

+49
-30
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ cargo clippy:
3838
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
3939
needs: []
4040
script:
41+
- apt-get install -y --fix-missing --no-install-recommends golang-go
4142
- cd bottlecap && cargo clippy --all-features
4243

4344
{{ range $flavor := (ds "flavors").flavors }}

bottlecap/Cargo.lock

Lines changed: 48 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)