Skip to content

Build(deps): Bump golang.org/x/crypto from 0.12.0 to 0.17.0 #156

Build(deps): Bump golang.org/x/crypto from 0.12.0 to 0.17.0

Build(deps): Bump golang.org/x/crypto from 0.12.0 to 0.17.0 #156

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'release/**'
pull_request:
jobs:
main:
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: make
- run: sudo make install
- run: go test -covermode=atomic -race -v ./...