Skip to content

Bump golang.org/x/sys from 0.0.0-20210809222454-d867a43fc93e to 0.1.0 #45

Bump golang.org/x/sys from 0.0.0-20210809222454-d867a43fc93e to 0.1.0

Bump golang.org/x/sys from 0.0.0-20210809222454-d867a43fc93e to 0.1.0 #45

Workflow file for this run

name: golangci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
golangci:
name: lint test build
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.14.x
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.30
args: --config=golangcilinter.yaml
- name: Build and test project
run: make test
- uses: codecov/codecov-action@v2