zeroshade commented on code in PR #37637:
URL: https://github.com/apache/arrow/pull/37637#discussion_r1322171512
##########
.github/workflows/go.yml:
##########
@@ -430,11 +430,11 @@ jobs:
- name: Install go
uses: actions/setup-go@v4
with:
- go-version: '1.18'
+ go-version: '1.19'
cache: true
cache-dependency-path: go/go.sum
- name: Install staticcheck
- run: go install honnef.co/go/tools/cmd/[email protected]
+ run: go install honnef.co/go/tools/cmd/[email protected]
Review Comment:
sure, i'll update the file with this
##########
.github/workflows/go.yml:
##########
@@ -288,12 +288,12 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: [1.17, 1.18]
+ go: [1.19, '1.20']
include:
Review Comment:
updated!
--
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]