Skip to content

Build Go Service — push (feat/memlimit) — [feat: implement correct memory limit logging in main.go ] #859

Build Go Service — push (feat/memlimit) — [feat: implement correct memory limit logging in main.go ]

Build Go Service — push (feat/memlimit) — [feat: implement correct memory limit logging in main.go ] #859

Workflow file for this run

name: Build
run-name: >
Build Go Service —
${{ github.event_name }} (${{ github.head_ref || github.ref_name }}) —
[${{ github.event_name == 'push' && format('{0}', github.event.head_commit.message) || '' }}
${{ github.event_name == 'pull_request' && format('{0}', github.event.pull_request.title) || '' }}]
on:
push:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
build-go-service:
name: Build go service
uses: netcracker/qubership-core-infra/.github/workflows/generic-build-go-service.yaml@v1.3.3
with:
actor: ${{ github.actor }}
sonar-project-key: ${{ vars.SONAR_PROJECT_KEY }}
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}