Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Jan 14, 2022
1 parent fa03a5f commit 4750930
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -33,6 +33,8 @@ jobs:
steps:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17'

- name: checkout
uses: actions/checkout@v2
Expand All @@ -49,7 +51,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
continue-on-error: true
with:
version: v2.5.2
# this is here as a workaround for https://github.com/golangci/golangci-lint-action/issues/244
skip-pkg-cache: true
version: latest
skip-go-installation: true


2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/fsnotify/fsnotify

go 1.13
go 1.16

require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c

Expand Down

0 comments on commit 4750930

Please sign in to comment.