Skip to content

feat: golang binary ci #38

feat: golang binary ci

feat: golang binary ci #38

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
# lint:
# uses: ./.github/workflows/call-golang-lint.yml
# with:
# workdir: "tests/golang/"
build:

Check failure on line 12 in .github/workflows/golang-ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/golang-ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/golang-ci.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
needs: lint
uses: ./.github/workflows/call-golang-build.yml
with:
workdir: "tests/golang/"
GOOS: linux
GOARCH: amd64
ENTRANCE: cmd/main.go
containeraized:
needs: build
permissions:
contents: read
packages: write
uses: ./.github/workflows/call-containerize.yml
with:
version: ${{ needs.build.outputs.version }}
workdir: "tests/golang/"