Skip to content

Merge pull request #2680 from andyzhangx/increase-snapshot-memory-lim… #6196

Merge pull request #2680 from andyzhangx/increase-snapshot-memory-lim…

Merge pull request #2680 from andyzhangx/increase-snapshot-memory-lim… #6196

Workflow file for this run

name: Static Checks
on:
pull_request: {}
push: {}
jobs:
go_lint:
name: Go Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
- uses: actions/checkout@master
- name: Run linter
uses: golangci/golangci-lint-action@v4
with:
version: v1.60
args: --timeout 10m