Skip to content

Commit

Permalink
ci: Run go mod tidy as updatecli target
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
  • Loading branch information
viccuad committed Sep 10, 2024
1 parent ca00ec1 commit 34f4806
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions updatecli/update_third_party_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@ targets:
- name: "FILES"
value: "pkg/api/resource/amount.go pkg/api/resource/quantity.go pkg/api/resource/math.go \
pkg/api/resource/scale_int.go pkg/api/resource/suffix.go"
goModTidy:
disablesourceinput: true
kind: shell
name: Run `go mod tidy`
spec:
changedif:
kind: file/checksum
spec:
files:
- go.mod
- go.sum
command: go mod tidy
environments:
- name: HOME
- name: PATH

actions:
createUpdatePR:
Expand Down

0 comments on commit 34f4806

Please sign in to comment.