Skip to content

Commit e3598bb

Browse files
cmainasurunc-bot[bot]
authored andcommitted
chore(linter): Update version for Go v1.26
After the GO update, we also need to update the linter to a version that supports Go v1.26. PR: #777 Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk> Reviewed-by: Anastassios Nanos <ananos@nubificus.co.uk> Approved-by: Anastassios Nanos <ananos@nubificus.co.uk>
1 parent c4aeacf commit e3598bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
4343
with:
44-
version: v2.7
44+
version: v2.9
4545

4646
# show only new issues if it's a pull request. The default value is `false`.
4747
only-new-issues: true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CNTR_OPTS ?= run --rm -it
8282
# Linking variables
8383
LINT_CNTR_OPTS ?= $(CNTR_OPTS) -v $(CURDIR):/app -w /app
8484
#? LINT_CNTR_IMG The linter image to use (default: golangci/golangci-lint:v1.53.3)
85-
LINT_CNTR_IMG ?= golangci/golangci-lint:v2.7
85+
LINT_CNTR_IMG ?= golangci/golangci-lint:v2.9
8686
LINT_CNTR_CMD ?= golangci-lint run -v --timeout=5m
8787

8888
#? DOCS_CNTR_IMG The mkdocs image to use (default: harbor.nbfc.io/nubificus/urunc/mkdocs:test)

0 commit comments

Comments
 (0)