diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index 3369a6dafb..874a11c9b0 100644 --- a/tasks/go-cli/pullrequest.yaml +++ b/tasks/go-cli/pullrequest.yaml @@ -34,14 +34,14 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-linux resources: {} script: | #!/bin/bash source .jx/variables.sh make linux - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-test resources: {} script: | diff --git a/tasks/go-cli/release.yaml b/tasks/go-cli/release.yaml index b40004fd79..1d44f4807e 100644 --- a/tasks/go-cli/release.yaml +++ b/tasks/go-cli/release.yaml @@ -56,7 +56,7 @@ spec: secretKeyRef: key: password name: tekton-git - image: ghcr.io/jenkins-x/jx-goreleaser-image:0.1.0@sha256:4ac5aeb4ce850761aeffc585446ea47bbcfa680d096fdd8c5d00c5a8c5adbcc0 + image: ghcr.io/jenkins-x/jx-goreleaser-image:0.2.2©sha256:77a7c9b281e8dba01f77d0d46c5bd9834a7bd435570f3396a03bfe63554f03f0 name: upload-binaries resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index 59720da0a9..6415127cf2 100644 --- a/tasks/go-mongodb/pullrequest.yaml +++ b/tasks/go-mongodb/pullrequest.yaml @@ -34,7 +34,7 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-linux resources: {} script: | diff --git a/tasks/go-mongodb/release.yaml b/tasks/go-mongodb/release.yaml index 0553c7c52a..b98212aae9 100644 --- a/tasks/go-mongodb/release.yaml +++ b/tasks/go-mongodb/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-build resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index f0974e7b75..37cbdbe01a 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -34,20 +34,20 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-linux resources: {} script: | #!/bin/bash source .jx/variables.sh make linux - - image: golangci/golangci-lint:v1.50.1-alpine@sha256:a392d4e44049a444a927878792dae9534075ec57880e0657647ce818bd8278c2 + - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab name: make-lint resources: {} script: | #!/bin/sh golangci-lint run - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-test resources: {} script: | diff --git a/tasks/go-plugin-multiarch/release.yaml b/tasks/go-plugin-multiarch/release.yaml index c60e1d1608..6974346f09 100644 --- a/tasks/go-plugin-multiarch/release.yaml +++ b/tasks/go-plugin-multiarch/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: release-binary resources: {} script: | @@ -96,7 +96,7 @@ spec: secretKeyRef: key: password name: tekton-git - image: ghcr.io/jenkins-x/jx-goreleaser-image:0.1.0@sha256:4ac5aeb4ce850761aeffc585446ea47bbcfa680d096fdd8c5d00c5a8c5adbcc0 + image: ghcr.io/jenkins-x/jx-goreleaser-image:0.2.2©sha256:77a7c9b281e8dba01f77d0d46c5bd9834a7bd435570f3396a03bfe63554f03f0 name: upload-binaries resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 6f3d838065..5bd60d7a94 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -34,19 +34,19 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-linux resources: {} script: | #!/bin/sh make linux - - image: golangci/golangci-lint:v1.50.1-alpine@sha256:a392d4e44049a444a927878792dae9534075ec57880e0657647ce818bd8278c2 + - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab name: make-lint resources: {} script: | #!/bin/sh golangci-lint run --deadline 30m0s - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-test resources: {} script: | diff --git a/tasks/go-plugin/release.yaml b/tasks/go-plugin/release.yaml index e0898000ef..4855c990f3 100644 --- a/tasks/go-plugin/release.yaml +++ b/tasks/go-plugin/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: release-binary resources: {} script: | @@ -96,7 +96,7 @@ spec: secretKeyRef: key: password name: tekton-git - image: ghcr.io/jenkins-x/jx-goreleaser-image:0.1.0@sha256:4ac5aeb4ce850761aeffc585446ea47bbcfa680d096fdd8c5d00c5a8c5adbcc0 + image: ghcr.io/jenkins-x/jx-goreleaser-image:0.2.2©sha256:77a7c9b281e8dba01f77d0d46c5bd9834a7bd435570f3396a03bfe63554f03f0 name: upload-binaries resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index b3b85671e7..48ecfab3e3 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -34,14 +34,14 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-linux resources: {} script: | #!/bin/bash source .jx/variables.sh make linux - - image: golangci/golangci-lint:v1.50.1-alpine@sha256:a392d4e44049a444a927878792dae9534075ec57880e0657647ce818bd8278c2 + - image: golangci/golangci-lint:v1.58.2-alpine@sha256:511101feba931bd578164b77714d1cee015d8980e0d40033c378b6626193e4ab name: make-lint resources: {} script: | diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 9941e9c8bd..ace4cf6b3b 100644 --- a/tasks/go/release.yaml +++ b/tasks/go/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: golang:1.19.3@sha256:7ffa70183b7596e6bc1b78c132dbba9a6e05a26cd30eaa9832fecad64b83f029 + - image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 name: build-make-build resources: {} script: |