Skip to content

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #909

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #909

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
run: make lint