Skip to content

Update module github.com/fsnotify/fsnotify to v1.8.0 #9

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

Update module github.com/fsnotify/fsnotify to v1.8.0 #9

Workflow file for this run

name: test-and-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
# Runs `go test` against 3 operating systems.
# gotest:
# runs-on: macos-latest
# steps:
# - uses: actions/[email protected]
# - uses: actions/setup-go@v3
# with:
# go-version: 1.19
# - name: go-test
# run: go test -race -covermode=atomic ./...
# Runs golangci-lint on macos against freebsd and macos.
golangci-darwin:
name: golangci-lint
runs-on: macos-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50