Skip to content

go mod tidy

go mod tidy #2

Workflow file for this run

name: Go package
on: [ push ]
jobs:
build:
- - uses: actions/checkout@v3

Check failure on line 7 in .github/workflows/golang.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/golang.yaml

Invalid workflow file

You have an error in your yaml syntax on line 7
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: Test
run: go test -v ./...