Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #105 from im-kulikov/fix_linters
Browse files Browse the repository at this point in the history
Fix linters
  • Loading branch information
im-kulikov committed Sep 21, 2021
2 parents 1caf511 + 71058d1 commit faf0e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: [ '1.14.x', '1.15.x', '1.16.x' ]
go: [ '1.15.x', '1.16.x', '1.17.x' ]
steps:

- name: Setup go
Expand Down
1 change: 1 addition & 0 deletions grace/grace_go1.15.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !go1.16
// +build !go1.16

package grace
Expand Down
1 change: 1 addition & 0 deletions grace/grace_go1.16.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build go1.16
// +build go1.16

package grace
Expand Down

0 comments on commit faf0e71

Please sign in to comment.