Skip to content

Sync main to develop #119

Sync main to develop

Sync main to develop #119

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
- develop
- release/**
paths:
- '*/**.go'
- go.mod
- go.sum
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22'
check-latest: true
- uses: technote-space/[email protected]
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- run: make build
if: env.GIT_DIFF