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

Bump github.com/v1Flows/shared-library from 1.0.23 to 1.0.25 in /action-plugins/ping #10

Bump github.com/v1Flows/shared-library from 1.0.23 to 1.0.25 in /action-plugins/ping

Bump github.com/v1Flows/shared-library from 1.0.23 to 1.0.25 in /action-plugins/ping #10

name: Check action-plugins Build - ping
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [ "develop" ]
paths:
- "action-plugins/ping/**"
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/ping
run: go build