Skip to content

Bump github.com/onsi/gomega from 1.33.1 to 1.36.2 in /_examples/http #230

Bump github.com/onsi/gomega from 1.33.1 to 1.36.2 in /_examples/http

Bump github.com/onsi/gomega from 1.33.1 to 1.36.2 in /_examples/http #230

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/setup-go@v5.0.0
with:
go-version: 1.21.1
- name: Check out source code
uses: actions/checkout@v4.1.1
- name: Dependencies
run: |
make dependencies
- name: Lint
run: |
make lint
- name: Test
run: |
make test