Skip to content

feat: update QOSDK to 6.7.1 #179

feat: update QOSDK to 6.7.1

feat: update QOSDK to 6.7.1 #179

Workflow file for this run

name: lint
on:
pull_request: {}
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make lint