Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #181

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #181

Workflow file for this run

name: Lint
on:
push:
branches:
- master
paths:
- '**.go'
pull_request:
branches:
- '**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run linter
uses: golangci/[email protected]
with:
version: v1.55.0
args: --timeout=5m
env:
GOFLAGS: "-mod=readonly"