Skip to content

github-action: bump actions/setup-go from 4.1.0 to 5.0.0 #183

github-action: bump actions/setup-go from 4.1.0 to 5.0.0

github-action: bump actions/setup-go from 4.1.0 to 5.0.0 #183

Workflow file for this run

---
name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.18
- name: Install ginkgo
run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- name: Test
run: |
export GOPATH=$(go env GOPATH)
make unit