Skip to content

Commit

Permalink
ci: disable lint-go
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiodionisi committed Nov 20, 2024
1 parent 137a922 commit 07bead5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ steps:
- license-check
- schema-check

- name: lint-go
image: quay.io/sighup/golang:1.23.3
pull: always
commands:
- make lint-go
depends_on:
- license-check
- schema-check
# - name: lint-go
# image: quay.io/sighup/golang:1.23.3
# pull: always
# commands:
# - make lint-go
# depends_on:
# - license-check
# - schema-check

- name: test-schema
# KUBECTL 1.25.3 - KUSTOMIZE 3.5.3 - HELM 3.1.1 - YQ 4.21.1 - ISTIOCTL 1.9.4 - FURYCTL 0.9.0 - BATS 1.1.0
Expand Down

0 comments on commit 07bead5

Please sign in to comment.