Skip to content

Commit 13d2135

Browse files
authored
fix: upgrade golangci-lint to v2.6.0 (#2747)
Upgrade TestGolangCILint to use [email protected] (github.com/golangci/golangci-lint/releases/tag/v2.6.0).
1 parent 99924fb commit 13d2135

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

all_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ func recordGoVersion(path string, sfs fs.FS, re *regexp.Regexp, goVersions map[s
221221
}
222222

223223
func TestGolangCILint(t *testing.T) {
224-
rungo(t, "run", "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.5.0", "run")
224+
rungo(t, "run", "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.0", "run")
225225
}
226226

227227
func TestGoImports(t *testing.T) {

e2e_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
//go:build e2e
16-
// +build e2e
1716

1817
package librarian
1918

0 commit comments

Comments
 (0)