Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade go to 1.22.3 #1501

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/go-cli/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-cli/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-mongodb/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-mongodb/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/go-plugin-multiarch/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/go-plugin-multiarch/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/go-plugin/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/go-plugin/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/go/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down