Skip to content

⬆️ Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 #266

⬆️ Bump github.com/onsi/gomega from 1.36.1 to 1.36.2

⬆️ Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 #266

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
env:
GOFLAGS: -buildvcs=false
permissions:
# Required: allow read access to the content for analysis.
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
pull-requests: read
# Optional: allow write access to checks to allow the action to annotate code in the PR.
checks: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Go 📦
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint 🚨
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout=5m