Skip to content

Commit 7748467

Browse files
authored
Feat/revert go.version to 1.17.1 (#1962)
* example readjust: tencentcloud_kubernetes_serverless_node_pool * add pre-commit-local * revert go.version to 1.17.1
1 parent 355b575 commit 7748467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
REQUIRED_GO_VERSION=go$(cat .go-version) # use the .go-version
2+
REQUIRED_GO_VERSION=go1.18.3 #go$(cat .go-version) # use the .go-version
33

44
printf "==> Step 1: [Faster]Gofmt Check...\n"
55
make fmt-faster

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.3
1+
1.17.1

0 commit comments

Comments
 (0)