Skip to content

Commit

Permalink
[release-1.51] Bump lint and address lint issue
Browse files Browse the repository at this point in the history
Bump lint in the test area to 1.55.2 and then address an
append that's causing lint heartache.

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Jun 27, 2024
1 parent 0762e5a commit 62c81b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/aufs/aufs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ func BenchmarkConcurrentAccess(b *testing.B) {
}

parent := ids[1]
ids = append(ids[2:])
ids = ids[2:]

chErr := make(chan error, numConcurrent)
var outerGroup sync.WaitGroup
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ $(BUILDDIR)/git-validation:
$(BUILDDIR)/go-md2man:
$(call go-build,./vendor/github.com/cpuguy83/go-md2man)

$(BUILDDIR)/golangci-lint: VERSION=v1.51.2
$(BUILDDIR)/golangci-lint: VERSION=v1.55.2
$(BUILDDIR)/golangci-lint:
curl -fsSL https://raw.githubusercontent.com/golangci/golangci-lint/$(VERSION)/install.sh | sh -s -- -b ./$(BUILDDIR) $(VERSION)

0 comments on commit 62c81b3

Please sign in to comment.