Skip to content

github-action: bump actions/checkout from 3.5.3 to 3.6.0 #166

github-action: bump actions/checkout from 3.5.3 to 3.6.0

github-action: bump actions/checkout from 3.5.3 to 3.6.0 #166

Workflow file for this run

---
name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
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