Skip to content

Commit

Permalink
go 1.17 supporting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvarna Rokade committed Mar 10, 2022
1 parent 19f9d60 commit 26de650
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/cli/color-console_windows.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build windows
// +build windows

/*
Expand Down
3 changes: 2 additions & 1 deletion scripts/staticcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ set -o pipefail

export GO111MODULE=on
export PATH=$PATH:$(go env GOPATH)/bin
go get -u honnef.co/go/tools/cmd/staticcheck
go get -d honnef.co/go/tools/cmd/staticcheck
go install honnef.co/go/tools/cmd/staticcheck
staticcheck -f stylish ./...
1 change: 1 addition & 0 deletions tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build tools
// +build tools

/*
Expand Down

0 comments on commit 26de650

Please sign in to comment.