Browse Source

bump golangci-lint (#2560)

pull/2569/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
6d616f130e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml
  2. 2
      Makefile

2
.github/workflows/lint.yml

@ -19,7 +19,7 @@ jobs: @@ -19,7 +19,7 @@ jobs:
- uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.55.0
mod-tidy:
runs-on: ubuntu-22.04

2
Makefile

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
BASE_IMAGE = golang:1.21-alpine3.18
LINT_IMAGE = golangci/golangci-lint:v1.53.3
LINT_IMAGE = golangci/golangci-lint:v1.55.0
NODE_IMAGE = node:16-alpine3.18
ALPINE_IMAGE = alpine:3.18
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712

Loading…
Cancel
Save