Skip to content

Commit 07e8bf7

Browse files
committed
Makefile: bump version of golang-ci to 2.1.6
We currently see errors in bib CI like: ``` Error: Failed to run: Error: requested golangci-lint version 'v2.0.2' isn't supported: we support only v2.1.0 and later versions, Error: requested golangci-lint version 'v2.0.2' isn't supported: we support only v2.1.0 and later versions ``` (c.f. https://github.com/osbuild/bootc-image-builder/actions/runs/14831005614/job/41632016536?pr=906) So bump the version to fix this.
1 parent 36a0f11 commit 07e8bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all
22
all: build-binary build-container
33

4-
GOLANGCI_LINT_VERSION=v2.0.2
4+
GOLANGCI_LINT_VERSION=v2.1.6
55
GO_BINARY?=go
66

77
# the fallback '|| echo "golangci-lint' really expects this file

0 commit comments

Comments
 (0)