Skip to content

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #396

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1

Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 #396

Workflow file for this run

name: Code Test
on:
push:
branches:
- '*'
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: make
- run: make test