Skip to content

fix(ci): ubuntu was unpinned in configs (#41) #123

fix(ci): ubuntu was unpinned in configs (#41)

fix(ci): ubuntu was unpinned in configs (#41) #123

Workflow file for this run

name: lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.0