Skip to content

Bump golang.org/x/crypto from 0.17.0 to 0.31.0 #25

Bump golang.org/x/crypto from 0.17.0 to 0.31.0

Bump golang.org/x/crypto from 0.17.0 to 0.31.0 #25

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [1.17]
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go_version }}
- name: Check out source code
uses: actions/checkout@v2
- name: Run test
run: make ci
- name: Run octocov
uses: k1LoW/octocov-action@v0