Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /_examples/http #221

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /_examples/http

Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.19.0 in /_examples/http #221

Workflow file for this run

name: Build
on: push
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
uses: actions/[email protected]
with:
go-version: 1.21.1
- name: Check out source code
uses: actions/[email protected]
- name: Dependencies
run: |
make dependencies
- name: Lint
run: |
make lint
- name: Test
run: |
make test