Skip to content

Bump golang.org/x/crypto from 0.9.0 to 0.17.0 in /dashboard #144

Bump golang.org/x/crypto from 0.9.0 to 0.17.0 in /dashboard

Bump golang.org/x/crypto from 0.9.0 to 0.17.0 in /dashboard #144

Workflow file for this run

name: GO-Flow-Build
on: [push]
jobs:
checks:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-go@v1
with:
go-version: '1.20'
- run: make
- uses: actions/upload-artifact@v1
with:
name: coverage.html
path: /tmp/coverage.html