Skip to content

Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 #10

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

Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 #10

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
types: [opened, reopened, synchronize]
permissions:
contents: read
pull-requests: read
checks: write
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run vet
run: go vet ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout=2m