Skip to content

actions/setup-go@v5 #30

actions/setup-go@v5

actions/setup-go@v5 #30

Workflow file for this run

name: Test Go
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: `1.20`

Check failure on line 16 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- name: Test
run: |
go test -v -covermode=atomic -coverprofile=coverage.out
cd inMemoryQueue
go test -v -covermode=atomic -coverprofile=coverage.out