Update golangci-lint and turn it on in CI
This commit is contained in:
committed by
Sylwia Szunejko
parent
a9ab270196
commit
ab80d70106
@@ -2,6 +2,7 @@
|
||||
// Use of this source code is governed by a ALv2-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build all || integration
|
||||
// +build all integration
|
||||
|
||||
package cql
|
||||
@@ -9,5 +10,6 @@ package cql
|
||||
import "embed"
|
||||
|
||||
// Files contains *.cql schema migration files.
|
||||
//
|
||||
//go:embed *.cql
|
||||
var Files embed.FS
|
||||
|
||||
Reference in New Issue
Block a user