Skip to content

Update module github.com/fsnotify/fsnotify to v1.7.0 #97

Update module github.com/fsnotify/fsnotify to v1.7.0

Update module github.com/fsnotify/fsnotify to v1.7.0 #97

Workflow file for this run

name: Build
on:
pull_request:
paths-ignore:
- charts/**
- docs/**
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run build
run: make build-docker