Skip to content

build(deps): Bump github.com/onsi/gomega from 1.40.0 to 1.42.1 #248

build(deps): Bump github.com/onsi/gomega from 1.40.0 to 1.42.1

build(deps): Bump github.com/onsi/gomega from 1.40.0 to 1.42.1 #248

Workflow file for this run

name: Lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
check-latest: true
cache: true
cache-dependency-path: go.sum
- name: Check linter configuration
run: make lint-config
- name: Run linter
run: make lint