Skip to content

Update module golang.org/x/crypto to v0.9.0 #196

Update module golang.org/x/crypto to v0.9.0

Update module golang.org/x/crypto to v0.9.0 #196

Workflow file for this run

name: make-github-workflow
on:
push:
paths-ignore:
- '**.md'
- '**.html'
- '**.js'
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: set up
uses: actions/setup-go@v4
with:
go-version: 1.17
id: go
- uses: actions/checkout@v3
- run: make
- run: make test
- run: make wasm_test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./coverage.out
- run: sudo apt install brotli
- run: make brotli
- run: go env
- name: Slack Notification
if: failure()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: sora-e2ee
SLACK_COLOR: danger
SLACK_TITLE: Failure test
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- uses: actions/upload-artifact@v3
with:
name: wasm.wasm
path: dist/wasm.wasm
- uses: actions/upload-artifact@v3
with:
name: wasm.wasm.br
path: dist/wasm.wasm.br