From 946dcea0d19d6347412292c2a9a917ffefbdcb0e Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:58:21 +0100 Subject: [PATCH] update golangci-lint --- .github/workflows/lint.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8df83400..1f91335f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: golangci/golangci-lint-action@v3 with: - version: v1.49.0 + version: v1.50.1 mod-tidy: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 0c84e011..50e53590 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.18-alpine3.15 -LINT_IMAGE = golangci/golangci-lint:v1.49.0 +LINT_IMAGE = golangci/golangci-lint:v1.50.1 NODE_IMAGE = node:16-alpine3.15 RPI32_IMAGE = balenalib/raspberrypi3:bullseye-run RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run