dehowef commented on code in PR #1559:
URL: https://github.com/apache/age/pull/1559#discussion_r1480979416
##########
.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:
The PG13 commit omits the command run: go test . -v, while the rest
mostly have them. Is this intentional? @jrgemignani Otherwise, looks good, but
I will hold off on merging for now.
--
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]