MuhammadTahaNaveed commented on code in PR #1559:
URL: https://github.com/apache/age/pull/1559#discussion_r1481284448
##########
.github/workflows/go-driver.yml:
##########
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- go-version: [ '1.18', '1.19' ]
+ go-version: [ '1.20', '1.21' ]
defaults:
run:
Review Comment:
@dehowef `run: go test . -v` is at the end of this file. Other PRs(on other
branches) just removed an extra line at the end of this file, but this one does
not have any.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]