Skip to content

Commit

Permalink
test: edit pullrequest.yaml to pass to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanGoasdoue committed Apr 17, 2024
1 parent 4dc9c9e commit 49399ee
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .lighthouse/jenkins-x/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,19 @@ spec:
resources: {}
- name: jx-variables
resources: {}
- name: build-make-linux
- image: golang:1.22
name: build-make-linux
resources: {}
- name: build-make-test
script: |
#!/bin/sh
make linux
- image: golang:1.22
name: build-make-test
resources: {}
script: |
#!/bin/bash
source .jx/variables.sh
make test
- name: build-container-build
resources: {}
podTemplate: {}
Expand Down

0 comments on commit 49399ee

Please sign in to comment.