Skip to content

BUILD/MINOR: go.mod: update golang.org/x packages #553

BUILD/MINOR: go.mod: update golang.org/x packages

BUILD/MINOR: go.mod: update golang.org/x packages #553

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1
with:
github_token: ${{ secrets.github_token }}