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 df8f8da commit 5216b6bCopy full SHA for 5216b6b
Makefile
@@ -37,7 +37,7 @@ DOCKER_CLI_EXPERIMENTAL ?= enabled
37
38
.PHONY: test
39
test:
40
- GO111MODULE=on go test ./...
+ go test ./...
41
42
## --------------------------------------
43
## Binaries
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/apiserver-network-proxy
2
3
-go 1.12
+go 1.13
4
5
require (
6
github.com/beorn7/perks v1.0.0 // indirect
0 commit comments