Skip to content

convert specific geo types to string #7455

convert specific geo types to string

convert specific geo types to string #7455

Workflow file for this run

name: GolangCI-Lint
on:
pull_request:
branches: [main]
paths: [flow/**]
permissions:
contents: read
checks: write
jobs:
golangci:
name: lint
runs-on: [ubuntu-24.04]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: generate or hydrate protos
uses: ./.github/actions/genprotos
- name: install lib-geos
run: |
sudo apt-get update
sudo apt-get install libgeos-dev
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
with:
go-version: '1.24.2'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7
with:
version: v2.0.2
working-directory: ./flow
args: --timeout=10m