Skip to content

build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 (#45) #222

build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 (#45)

build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 (#45) #222

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install alsa
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev
- name: Install udev
run: sudo apt-get update; sudo apt-get install --no-install-recommends libudev-dev
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.54.2