Skip to content

Bump github.com/yusufpapurcu/wmi from 1.2.2 to 1.2.3 #72

Bump github.com/yusufpapurcu/wmi from 1.2.2 to 1.2.3

Bump github.com/yusufpapurcu/wmi from 1.2.2 to 1.2.3 #72

Workflow file for this run

name: Golangci-lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --verbose
version: latest