Skip to content

Merge pull request #3374 from weaviate/v1-21-rc-0-release #2

Merge pull request #3374 from weaviate/v1-21-rc-0-release

Merge pull request #3374 from weaviate/v1-21-rc-0-release #2

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
tags:
- '**'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.53
args: --timeout=5m