diff --git a/.github/ISSUE_TEMPLATE/routine-sprint-releases.md b/.github/ISSUE_TEMPLATE/routine-sprint-releases.md index 5af483d9ce6236155a6577db585670f7f04d85f3..b174b9612ec0d00781e6afe17008e8bae88d1c6b 100644 --- a/.github/ISSUE_TEMPLATE/routine-sprint-releases.md +++ b/.github/ISSUE_TEMPLATE/routine-sprint-releases.md @@ -11,6 +11,8 @@ assignees: bassosimone - [ ] Update Host header used for measuring - [ ] Update version/version.go - [ ] Update assets +- [ ] Update measurementkit/mkcgo/mkcgo.go +- [ ] Update .github/workflows/mk.sh - [ ] Tag a new version of ooni/probe-engine - [ ] Update ooni/probe-engine mobile-staging branch - [ ] Pin ooni/probe-cli to ooni/probe-engine diff --git a/.github/workflows/mk.yml b/.github/workflows/mk.yml index bb64b0953de0bedef9d870ac6469f779655632b3..db1a5ec6605e73d3212a3e0884b2e5e88acc9aed 100644 --- a/.github/workflows/mk.yml +++ b/.github/workflows/mk.yml @@ -5,4 +5,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200226 /mk/.github/workflows/mk.sh + - run: docker run -v`pwd`:/mk -w/mk openobservatory/mk-alpine:20200513 /mk/.github/workflows/mk.sh