Skip to content

Commit

Permalink
Bump version of golang used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi committed Mar 28, 2024
1 parent 2999198 commit ab83170
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 ab83170

Please sign in to comment.