From dc02b1d65b2546a33dde10f04058ab5eac64d807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Mon, 14 Oct 2024 08:52:10 +0200 Subject: [PATCH] chore: upgrade golangci-lint to support go 1.23 --- tasks/go-plugin-multiarch/pullrequest.yaml | 2 +- tasks/go-plugin/pullrequest.yaml | 2 +- tasks/go/pullrequest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index ffa35b79ed..ebe4264f3d 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -41,7 +41,7 @@ spec: #!/bin/bash source .jx/variables.sh make linux - - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab + - image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96 name: make-lint resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 8382777acf..5014a0d328 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -40,7 +40,7 @@ spec: script: | #!/bin/sh make linux - - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab + - image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96 name: make-lint resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 032cb21313..84f579ecde 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -41,7 +41,7 @@ spec: #!/bin/bash source .jx/variables.sh make linux - - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab + - image: golangci/golangci-lint:v1.61.0-alpine@sha256:61e2d68adc792393fcb600340fe5c28059638d813869d5b4c9502392a2fb4c96 name: make-lint resources: {} script: |