Skip to content

ci: added loongarch64 build #397

ci: added loongarch64 build

ci: added loongarch64 build #397

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: lint
uses: golangci/golangci-lint-action@v5
with:
version: latest