mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
bump modules and add bump_modules script
This commit is contained in:
5
scripts/bump_modules.sh
Executable file
5
scripts/bump_modules.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
GO111MODULE=on
|
||||
mv go.mod /tmp/
|
||||
go mod init
|
Reference in New Issue
Block a user