Skip to content

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

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 #239

Workflow file for this run

---
name: Code Linter
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=3m
version: latest