Skip to content

Commit

Permalink
Merge pull request #961 from JordanGoasdoue/chore-use-go-1.22
Browse files Browse the repository at this point in the history
chore: use go 1.22
  • Loading branch information
jenkins-x-bot authored May 17, 2024
2 parents a5ce2c7 + c5e73bd commit 725fff5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.22.1'
go-version: '1.22'
- run: make ${{ matrix.target }}
- run: |
./build/${{ matrix.target }}/${{ matrix.binary }} version
Expand Down
4 changes: 2 additions & 2 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ spec:
resources: {}
- name: jx-variables
resources: {}
- image: golang:1.22.1
- image: golang:1.22
name: build-make-linux
resources: {}
script: |
#!/bin/sh
make linux
- image: golang:1.22.1
- image: golang:1.22
name: build-make-test
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: jx-variables
resources: {}
- name: release-binary
image: golang:1.22.1
image: golang:1.22
resources: {}
script: |
#!/bin/bash
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ require (
// provided by k8s.io/client-go at latest version v0.29.3 but not at required version v11.0.1-0.20190805182717-6502b5e7b1b5+incompatible
replace k8s.io/client-go => k8s.io/client-go v0.28.4

go 1.22.1
go 1.22

0 comments on commit 725fff5

Please sign in to comment.