Skip to content

Update to apache/arrow v17 (#941) #2227

Update to apache/arrow v17 (#941)

Update to apache/arrow v17 (#941) #2227

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches: [ main ]
paths:
- '**.go'
- .golangci.yml
- .github/workflows/golangci-lint.yml
pull_request:
branches: [ main ]
paths:
- '**.go'
- .golangci.yml
- .github/workflows/golangci-lint.yml
jobs:
lint:
name: lint
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/setup-go@v5
with:
go-version: ^1.21
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/[email protected]
with:
args: --timeout=10m
version: v1.62.2