Skip to content

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

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… #222

Workflow file for this run

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