Skip to content

Commit abc127d

Browse files
committed
Update to go 1.17
Signed-off-by: Chris Doherty <[email protected]>
1 parent 491b6a2 commit abc127d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ linters-settings:
8888
- name: waitgroup-by-value
8989

9090
staticcheck:
91-
go: "1.16"
91+
go: "1.17"
9292

9393
unused:
94-
go: "1.16"
94+
go: "1.17"
9595

9696
output:
9797
sort-results: true

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
module github.com/tinkerbell/lint-install
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/hexops/gotextdiff v1.0.3
77
github.com/karrick/godirwalk v1.16.1
88
k8s.io/klog/v2 v2.10.0
99
)
10+
11+
require github.com/go-logr/logr v0.4.0 // indirect

0 commit comments

Comments
 (0)