This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
1ca64a81be
k3s
/
updatecli
/
scripts
/
run-go-mod-update.sh
11 lines
75 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-eux
go get
"
${
1
}
"
>
&
2
go mod tidy >
&
2
git diff
exit
0
Reference in New Issue
View Git Blame
Copy Permalink