-
Notifications
You must be signed in to change notification settings - Fork 618
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cc7276
commit 1df48d3
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.19.10 | ||
1.20.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.19.10 | ||
1.20.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -357,7 +357,7 @@ install-golang: | |
go install github.com/golang/mock/[email protected] | ||
go install golang.org/x/tools/cmd/[email protected] | ||
GO111MODULE=on go install github.com/fzipp/gocyclo/cmd/[email protected] | ||
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.3.2 | ||
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.4.0 | ||
touch .get-deps-stamp | ||
|
||
get-deps: .get-deps-stamp | ||
|
@@ -366,7 +366,7 @@ get-deps-init: | |
go install github.com/golang/mock/[email protected] | ||
go install golang.org/x/tools/cmd/[email protected] | ||
GO111MODULE=on go install github.com/fzipp/gocyclo/cmd/[email protected] | ||
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.3.2 | ||
GO111MODULE=on go install honnef.co/go/tools/cmd/staticcheck@v0.4.0 | ||
|
||
amazon-linux-sources.tgz: | ||
./scripts/update-version.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters