Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Bump golang.org/x/crypto from 0.38.0 to 0.40.0 in /action-plugins/ssh #24

Bump golang.org/x/crypto from 0.38.0 to 0.40.0 in /action-plugins/ssh

Bump golang.org/x/crypto from 0.38.0 to 0.40.0 in /action-plugins/ssh #24

name: Check action-plugins Build - ssh
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [ "develop" ]
paths:
- "action-plugins/ssh/**"
jobs:
build-plugin:
name: Build Plugin
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.24'
- name: Build Plugin
working-directory: action-plugins/ssh
run: go build