Skip to content

Commit

Permalink
Merge pull request #436 from waciumawanjohi/bump-testing-golang
Browse files Browse the repository at this point in the history
Bump version of golang used for testing
  • Loading branch information
jenkins-x-bot committed Apr 3, 2024
2 parents 3f7ca70 + ab83170 commit 1e8a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: build-make-linux
uses: docker:https://golang:1.18.4
uses: docker:https://golang:1.20.14
with:
args: -c "make check test"
entrypoint: /bin/sh

0 comments on commit 1e8a189

Please sign in to comment.