Skip to content

chore(deps): bump golang.org/x/crypto to v0.56.0 to fix Trivy CVEs #9286

chore(deps): bump golang.org/x/crypto to v0.56.0 to fix Trivy CVEs

chore(deps): bump golang.org/x/crypto to v0.56.0 to fix Trivy CVEs #9286

Workflow file for this run

name: MacOS Build & Unit Test
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version: ^1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Build Test
run: |
make azuredisk-darwin
- name: Run unit tests on MacOS
run: go test -v -race ./pkg/...