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 \