Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Updatecli remove && operator in golang-version
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Mar 10, 2023
1 parent cb8b7d0 commit c214054
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .updatecli.d/golang-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ sources:
kind: shell
spec:
command: |
go mod edit -go={{ source "goversion" }} && \
go mod tidy && \
go mod vendor && \
go mod edit -go={{ source "goversion" }}
go mod tidy
go mod vendor
cat go.mod
environments:
- name: PATH
Expand Down

0 comments on commit c214054

Please sign in to comment.