Skip to content

Bump tinygo.org/x/bluetooth from 0.9.0 to 0.10.0 #117

Bump tinygo.org/x/bluetooth from 0.9.0 to 0.10.0

Bump tinygo.org/x/bluetooth from 0.9.0 to 0.10.0 #117

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
golangci-lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.18
- name: Run
uses: golangci/golangci-lint-action@v6