Skip to content

chore: bump github.com/onsi/gomega from 1.33.1 to 1.36.1 in /constraint #405

chore: bump github.com/onsi/gomega from 1.33.1 to 1.36.1 in /constraint

chore: bump github.com/onsi/gomega from 1.33.1 to 1.36.1 in /constraint #405

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: "1.22"
check-latest: true
- run: make -C constraint lint