Skip to content

Merge pull request #437 from ysugimoto/feature/implement-platform-mod… #521

Merge pull request #437 from ysugimoto/feature/implement-platform-mod…

Merge pull request #437 from ysugimoto/feature/implement-platform-mod… #521

Workflow file for this run

name: build
on:
push:
branches:
- "main"
- "testing-ci"
- "feature/*"
tags-ignore:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: 1.23.5
- name: Run tests
run: |
make plugin_ci
make test
- name: Lint programs
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
with:
version: v1.63
skip-cache: true
skip-save-cache: true
install-mode: binary