mirror of https://github.com/jlelse/GoBlog
Update everything to Go 1.19 and fix potential Slowloris Attacks
parent
94222cb461
commit
93d176676f
@ -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