Skip to content

Fix path to repo due to org changes #140

Fix path to repo due to org changes

Fix path to repo due to org changes #140

Workflow file for this run

name: Go
on: [pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Setup
run: make bootstrap
- name: Test build
run: make install
- name: Run tests
run: make test
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go

Check failure on line 25 in .github/workflows/pr-golang.yaml

View workflow run for this annotation

GitHub Actions / Go

Invalid workflow file

The workflow is not valid. .github/workflows/pr-golang.yaml (Line: 25, Col: 11): The identifier 'go' may not be used more than once within the same scope.
- name: Run lint
run: make static-test