From 2a9419c55e060ed697d467d5305bd0c05c7b9ed4 Mon Sep 17 00:00:00 2001 From: Arne Luenser Date: Mon, 18 Dec 2023 15:12:02 +0100 Subject: [PATCH] fix: bump golangci-lint --- .github/workflows/ci.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76c7b32da18..c85ba2aa558 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: GOGC: 100 with: args: --timeout 10m0s - version: v1.53.2 + version: v1.55.2 skip-pkg-cache: true - name: Run go-acc (tests) run: | diff --git a/Makefile b/Makefile index e8b512af9bf..0d83b6ff9af 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export PATH := .bin:${PATH} export PWD := $(shell pwd) export IMAGE_TAG := $(if $(IMAGE_TAG),$(IMAGE_TAG),latest) -GOLANGCI_LINT_VERSION = 1.53.3 +GOLANGCI_LINT_VERSION = 1.55.2 GO_DEPENDENCIES = github.com/ory/go-acc \ github.com/golang/mock/mockgen \