Skip to content

Commit 5f77891

Browse files
Merge remote-tracking branch 'remotes/from/ce/release/1.20.x' into release/1.20.x
2 parents 8117096 + 8a49d7e commit 5f77891

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/actions/set-up-gofumpt/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1818
outputs:
1919
destination:

.github/actions/set-up-gotestsum/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1818
outputs:
1919
destination:

tools/tools.sh

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff 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-
gotest.tools/[email protected].0
53-
mvdan.cc/gofumpt@v0.7.0
52+
gotest.tools/[email protected].3
53+
mvdan.cc/gofumpt@v0.8.0
5454
mvdan.cc/sh/v3/cmd/[email protected]
5555
)
5656

@@ -156,34 +156,34 @@ check() {
156156

157157
main() {
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

0 commit comments

Comments
 (0)