Skip to content

TRIVIAL: Bump the gomod group with 2 updates #81

TRIVIAL: Bump the gomod group with 2 updates

TRIVIAL: Bump the gomod group with 2 updates #81

Workflow file for this run

on: pull_request
name: Lint
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: wandera/golangci-lint-action@v3
with:
version: v1.50.1