Skip to content

Commit 5216b6b

Browse files
committed
go 1.13 should solve CI error without flag
1 parent df8f8da commit 5216b6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DOCKER_CLI_EXPERIMENTAL ?= enabled
3737

3838
.PHONY: test
3939
test:
40-
GO111MODULE=on go test ./...
40+
go test ./...
4141

4242
## --------------------------------------
4343
## Binaries

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/apiserver-network-proxy
22

3-
go 1.12
3+
go 1.13
44

55
require (
66
github.com/beorn7/perks v1.0.0 // indirect

0 commit comments

Comments
 (0)