Skip to content

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166) #390

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166)

chore(deps): bump github.com/onsi/gomega from 1.38.0 to 1.39.1 (#166) #390

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: download dependencies
run: go mod download
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
only-new-issues: true