Skip to content

Update int128/go-workflows action to v0.4.0 - autoclosed #399

Update int128/go-workflows action to v0.4.0 - autoclosed

Update int128/go-workflows action to v0.4.0 - autoclosed #399

Workflow file for this run

name: go
on:
pull_request:
paths:
- .github/workflows/go.yaml
- '**/*.go'
- go.*
push:
paths:
- .github/workflows/go.yaml
- '**/*.go'
- go.*
branches:
- master
jobs:
check:
uses: int128/go-workflows/.github/workflows/[email protected]

Check failure on line 19 in .github/workflows/go.yaml

View workflow run for this annotation

GitHub Actions / go

Invalid workflow file

The workflow is not valid. .github/workflows/go.yaml (Line: 19, Col: 11): Input go-version-file is required, but not provided while calling. .github/workflows/go.yaml (Line: 19, Col: 11): Input cache-dependency-path is required, but not provided while calling.
with:
go-version: 1.22.6
golangci-lint-version: v1.59.1
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.6
- run: go test -v -race ./...