Skip to content

Bump golang, k8s

Bump golang, k8s #51

Workflow file for this run

name: unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v4
with:

Check failure on line 11 in .github/workflows/unit.yml

View workflow run for this annotation

GitHub Actions / unit

Invalid workflow file

The workflow is not valid. .github/workflows/unit.yml (Line: 11, Col: 14): Unexpected value '' .github/workflows/unit.yml (Line: 12, Col: 9): Unexpected value 'go-version-file'
go-version-file: "go.mod"
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: make test-unit