mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 10:45:24 +00:00
feat: tidy go mod
This commit is contained in:
parent
d970bb7de7
commit
db924c475a
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@ release () {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo "🧼 Tidying up go modules"
|
||||
go mod tidy
|
||||
|
||||
echo "🐑 Fetching 'master' on 'frontend' and creating new tag"
|
||||
|
||||
cd frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue