Skip to content

Commit 6af4e7c

Browse files
authored
Merge pull request #1187 from vincepri/go115
🌱 Update Go mod version to 1.15
2 parents ae48371 + 8b9cd2b commit 6af4e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/controller-runtime
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/evanphx/json-patch v4.9.0+incompatible

hack/tools/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/controller-runtime/hack/tools
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/golangci/golangci-lint v1.23.6

0 commit comments

Comments
 (0)