File tree Expand file tree Collapse file tree 3 files changed +33
-33
lines changed
Expand file tree Collapse file tree 3 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ inputs:
1111 type : boolean
1212 default : " $HOME/bin/gofumpt"
1313 version :
14- description : " The version to install (default: latest )"
14+ description : " The version to install (default: v0.8.0 )"
1515 type : string
16- default : " v0.7 .0"
16+ default : " v0.8 .0"
1717
1818outputs :
1919 destination :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 version :
1414 description : " The version to install (default: latest)"
1515 type : string
16- default : " v1.12.0 "
16+ default : " v1.12.3 "
1717
1818outputs :
1919 destination :
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ install_external() {
4949 golang.org/x/tools/cmd/
[email protected] 5050 google.golang.org/protobuf/cmd/
[email protected] 5151 google.golang.org/grpc/cmd/
[email protected] 52- 53- mvdan.cc/gofumpt@v0.7 .0
52+ 53+ mvdan.cc/gofumpt@v0.8 .0
5454 mvdan.cc/sh/v3/cmd/
[email protected] 5555 )
5656
@@ -156,34 +156,34 @@ check() {
156156
157157main () {
158158 case $1 in
159- install-external)
160- install_external
161- ;;
162- install-internal)
163- install_internal
164- ;;
165- install-pipeline)
166- install_pipeline
167- ;;
168- check-external)
169- check_external
170- ;;
171- check-internal)
172- check_internal
173- ;;
174- check-pipeline)
175- check_pipeline
176- ;;
177- install)
178- install
179- ;;
180- check)
181- check
182- ;;
183- * )
184- echo " unknown sub-command" >&2
185- exit 1
186- ;;
159+ install-external)
160+ install_external
161+ ;;
162+ install-internal)
163+ install_internal
164+ ;;
165+ install-pipeline)
166+ install_pipeline
167+ ;;
168+ check-external)
169+ check_external
170+ ;;
171+ check-internal)
172+ check_internal
173+ ;;
174+ check-pipeline)
175+ check_pipeline
176+ ;;
177+ install)
178+ install
179+ ;;
180+ check)
181+ check
182+ ;;
183+ * )
184+ echo " unknown sub-command" >&2
185+ exit 1
186+ ;;
187187 esac
188188}
189189
You can’t perform that action at this time.
0 commit comments