Merge pull request #8787 from lemonli/fix/mod-file-goversion

Update go version to 1.14 in go.mod
pull/8795/head
Matthew Fisher 5 years ago committed by GitHub
commit be9403f159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
module helm.sh/helm/v3 module helm.sh/helm/v3
go 1.13 go 1.14
require ( require (
github.com/BurntSushi/toml v0.3.1 github.com/BurntSushi/toml v0.3.1

Loading…
Cancel
Save