Skip to content

Commit

Permalink
chore: upgrade golang images
Browse files Browse the repository at this point in the history
Signed-off-by: Mårten Svantesson <Marten.Svantesson@ticket.se>
  • Loading branch information
msvticket committed Jan 11, 2023
1 parent 4345f4d commit e1739bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jenkins-x-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: build-make-linux
uses: docker://golang:1.17.9
uses: docker://golang:1.18
with:
args: -c "make linux"
entrypoint: /bin/sh
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: build-make-test
uses: docker://golang:1.17.9
uses: docker://golang:1.18
with:
args: -c "make test"
entrypoint: /bin/sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GIT_BOT_TOKEN }}
VERSION: ${{ steps.prep.outputs.version }}
name: release-binary
uses: docker://golang:1.17.9
uses: docker://golang:1.18
with:
args: -c "make release"
entrypoint: bash
Expand Down

0 comments on commit e1739bd

Please sign in to comment.