Skip to content

Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #766

Bump github.com/onsi/gomega from 1.34.2 to 1.35.1

Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #766

Workflow file for this run

on: pull_request
name: PR Review
jobs:
review-go:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: check if go.mod and go.sum are tidy
run: make depscheck
- name: check code format
run: make fmtcheck
- name: check code quality
run: make go-lint
- name: run unit tests
run: make test
review-docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review
level: info
filter_mode: file