mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 21:27:28 -06:00
[chore] Update bun and sqlite dependencies (#478)
* update bun + sqlite versions * step bun to v1.1.3
This commit is contained in:
parent
8d34d5af3c
commit
88979b35d4
246 changed files with 409690 additions and 148967 deletions
10
vendor/github.com/uptrace/bun/CONTRIBUTING.md
generated
vendored
10
vendor/github.com/uptrace/bun/CONTRIBUTING.md
generated
vendored
|
|
@ -7,6 +7,12 @@ cd internal/dbtest
|
|||
./test.sh
|
||||
```
|
||||
|
||||
To ease debugging, you can run tests and print all executed queries:
|
||||
|
||||
```shell
|
||||
BUNDEBUG=2 TZ= go test -run=TestName
|
||||
```
|
||||
|
||||
## Releasing
|
||||
|
||||
1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub:
|
||||
|
|
@ -22,3 +28,7 @@ TAG=v1.0.0 ./scripts/release.sh
|
|||
```shell
|
||||
TAG=v1.0.0 ./scripts/tag.sh
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
To contribute to the docs visit https://github.com/go-bun/bun-docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue