Skip to content

Bump golang.org/x/crypto from 0.8.0 to 0.10.0 #243

Bump golang.org/x/crypto from 0.8.0 to 0.10.0

Bump golang.org/x/crypto from 0.8.0 to 0.10.0 #243

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Test
run: make test
- name: Build all artifacts
run: make build-all