Skip to content

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #363

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1

chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #363

Workflow file for this run

name: Lint
on:
pull_request:
paths-ignore:
- '**/*.md'
push:
branches:
- main
paths-ignore:
- '**/*.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60
only-new-issues: true