Skip to content

Bump versions

Bump versions #232

Workflow file for this run

on: [pull_request]
name: lint
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
only-new-issues: true
version: v1.62