Skip to content

Commit

Permalink
ECSCNIGitHash, VPCCNIGitHash update to reflect latest commits on subm…
Browse files Browse the repository at this point in the history
…odules
  • Loading branch information
SreeeS committed Jan 17, 2023
1 parent b714733 commit 60d81f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ install-golang:
./scripts/install-golang.sh

.get-deps-stamp:
go get golang.org/x/tools/cmd/cover
go get github.com/golang/mock/mockgen
cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd -
go get golang.org/x/tools/cmd/goimports
Expand All @@ -362,7 +361,6 @@ get-deps: .get-deps-stamp

get-deps-init:
go get golang.org/x/tools/cover
go get golang.org/x/tools/cmd/cover
go get github.com/golang/mock/mockgen
cd "${GOPATH}/src/github.com/golang/mock/mockgen" && git checkout 1.3.1 && go get ./... && go install ./... && cd -
GO111MODULE=on go install github.com/fzipp/gocyclo/cmd/gocyclo@v0.3.1
Expand Down
4 changes: 2 additions & 2 deletions agent/ecscni/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
const (
// ECSCNIVersion, ECSCNIGitHash, VPCCNIGitHash needs to be updated every time CNI plugin is updated.
currentECSCNIVersion = "2020.09.0"
currentECSCNIGitHash = "db5864722987c34ba309e6e7a7628fd1ccad1520"
currentVPCCNIGitHash = "24d6bd87707d1b1801086fc507ebab8d32067412"
currentECSCNIGitHash = "a04bd6ecae16f6b2bc2957e3cafbf365c0710b19"
currentVPCCNIGitHash = "a2168cc8d07c97dc8dbc930b92bd14cb817531c0"
)

// Asserts that CNI plugin version matches the expected version
Expand Down
2 changes: 1 addition & 1 deletion amazon-ecs-cni-plugins
2 changes: 1 addition & 1 deletion amazon-vpc-cni-plugins

0 comments on commit 60d81f6

Please sign in to comment.