We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b575 commit 7748467Copy full SHA for 7748467
.githooks/pre-commit
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-REQUIRED_GO_VERSION=go$(cat .go-version) # use the .go-version
+REQUIRED_GO_VERSION=go1.18.3 #go$(cat .go-version) # use the .go-version
3
4
printf "==> Step 1: [Faster]Gofmt Check...\n"
5
make fmt-faster
.go-version
@@ -1 +1 @@
-1.18.3
+1.17.1
0 commit comments