mirror of https://github.com/jlelse/GoBlog
parent
94222cb461
commit
93d176676f
8 changed files with 25 additions and 20 deletions
@ -1,4 +1,4 @@ |
||||
#!/bin/bash |
||||
|
||||
GOFLAGS="-tags=linux,libsqlite3,sqlite_fts5" go get -d $(go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -m all) |
||||
GOFLAGS="-tags=linux,libsqlite3,sqlite_fts5" go mod tidy -compat 1.18 |
||||
GOFLAGS="-tags=linux,libsqlite3,sqlite_fts5" go mod tidy -compat 1.19 |
Loading…
Reference in new issue