Skip to content

Commit

Permalink
Merge pull request #41 from leakingtapan/csi
Browse files Browse the repository at this point in the history
Upgrade golang version for CSI integ test
  • Loading branch information
gyuho authored Feb 9, 2019
2 parents 049080f + af14af1 commit 97d72fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/*.log
/bin
/.idea
*.swp
2 changes: 1 addition & 1 deletion internal/csi/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func CreateConfig(vpcID, prNum, githubAccount, githubBranch string) (cfg *ec2con
cfg.IngressRulesTCP = map[string]string{"22": "0.0.0.0/0"}
cfg.Plugins = []string{
"update-amazon-linux-2",
"install-go-1.11.3",
"install-go-1.11.4",
}
// If prNum is set to an non-empty string, the master branch of kubernetes-sigs/aws-ebs-csi-driver is used,
// regardless of whether or not githubAccount and githubBranch have different values.
Expand Down

0 comments on commit 97d72fa

Please sign in to comment.