Skip to content

Bump github.com/onsi/gomega from 1.32.0 to 1.36.2 #228

Bump github.com/onsi/gomega from 1.32.0 to 1.36.2

Bump github.com/onsi/gomega from 1.32.0 to 1.36.2 #228

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