Skip to content

Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 #491

Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0

Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 #491

Workflow file for this run

on: [push, pull_request]
name: Specs
jobs:
test:
strategy:
matrix:
go-version: [1.21.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: go test -race ./...