Skip to content

Build Go Service — push (renovate-main/major-go-major) — [chore(deps): update module github.com/gofiber/fiber/v2 to v3 ] #848

Build Go Service — push (renovate-main/major-go-major) — [chore(deps): update module github.com/gofiber/fiber/v2 to v3 ]

Build Go Service — push (renovate-main/major-go-major) — [chore(deps): update module github.com/gofiber/fiber/v2 to v3 ] #848

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 }}