Skip to content

Bump golang, k8s

Bump golang, k8s #52

Workflow file for this run

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

Check failure on line 14 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: 14, Col: 14): Unexpected value '' .github/workflows/unit.yml (Line: 15, Col: 9): Unexpected value 'go-version-file'
go-version-file: "go.mod"
- run: make test-unit