Skip to content

update(ci): bumped Go version + mics changes #17

update(ci): bumped Go version + mics changes

update(ci): bumped Go version + mics changes #17

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- '**'
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
skip-go-installation: false
args: --timeout=10m