Skip to content

feat: specify go env #47

feat: specify go env

feat: specify go env #47

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:
uses: ./.github/workflows/call-golang-build.yml

Check failure on line 13 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. In .github/workflows/golang-ci.yml (Line: 13, Col: 11): Error from called workflow heliannuuthus/workflow/.github/workflows/call-golang-build.yml@61ce95e4c3c9725ef15b817d28442e2ce95eeb18 (Line: 43, Col: 14): Unrecognized named-value: 'input'. Located at position 1 within expression: input.GOOS
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/"
target: "tests/golang/build"