Skip to content

OSX 14 still has this problem, project continues (#19) #72

OSX 14 still has this problem, project continues (#19)

OSX 14 still has this problem, project continues (#19) #72

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Dependency
run: make setup
- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: latest