release process: update dependencies (#280)

Part of the check-list at https://github.com/ooni/probe/issues/1369
This commit is contained in:
Simone Basso 2021-03-31 16:40:58 +02:00 committed by GitHub
commit 7ca32b5ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 74 deletions

View file

@ -80,10 +80,6 @@ go get -u -v ./... && go mod tidy
## Releasing
1. update binary data as described above;
2. update `internal/version/version.go`;
3. make sure you have updated dependencies;
4. run `./build.sh release` and follow instructions.
Create an issue according to [the routine release template](
https://github.com/ooni/probe/blob/master/.github/ISSUE_TEMPLATE/routine-sprint-releases.md)
and perform any item inside the check-list.