Skip to content

Leave go.mod at 1.21 #146

Leave go.mod at 1.21

Leave go.mod at 1.21 #146

Workflow file for this run

name: Run lint
on: [ push, pull_request ]
jobs:
lint:
strategy:
matrix:
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint