-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* README.md: remove release procedure Better version at https://github.com/ooni/probe-engine/blob/master/.github/ISSUE_TEMPLATE/routine-sprint-releases.md * Update direct and indirect dependencies * Update internal/httpheader/useragent.go Just choose the currently most popular header. * We're now at version 0.17.0 * routine-sprint-releases.md: remember to declare alpha version * resources/assets.go: use ooni/probe-assets@20200929203018 * netx/gocertifi/certifi.go: we already had latest CA * legacy: disable tests that often fail in GHA These tests pass normally when run locally but fail quite often when run from GitHub Actions (GHA). So disable them when inside GHA. See https://github.com/ooni/probe-engine/runs/1184212564
- Loading branch information
1 parent
504d692
commit 0ffc5c4
Showing
9 changed files
with
74 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package engine | ||
|
||
// Version is the version of the engine | ||
const Version = "0.17.0-beta" | ||
const Version = "0.17.0" |