Skip to content

chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /sshke… #219

chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /sshke…

chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 in /sshke… #219

Workflow file for this run

# auto-generated by scripts/dependabot. DO NOT EDIT.
name: errors
on:
push:
branches:
- main
pull_request:
paths:
- errors/**
- .github/workflows/errors.yml
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./errors
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./errors/go.mod
cache: true
cache-dependency-path: ./errors/go.sum
- run: go build -v ./...
- run: go test -race -v ./...