Skip to content

Commit

Permalink
fix: builds on go before 1.18
Browse files Browse the repository at this point in the history
Remove the incorrect go1.17 tag so that builds on go versions below
v1.18 work as expected.
  • Loading branch information
stevenh committed Jul 4, 2022
1 parent 7f26272 commit fee9988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/reflect_go117.go
@@ -1,5 +1,5 @@
//go:build go1.17 && !go1.18
// +build go1.17,!go1.18
//go:build !go1.18
// +build !go1.18

package redis

Expand Down

0 comments on commit fee9988

Please sign in to comment.