Skip to content

Upgrade all go.mod deps #375

Upgrade all go.mod deps

Upgrade all go.mod deps #375

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17 # linter doesn't support 1.18, https://github.com/golangci/golangci-lint-action/issues/434#issuecomment-1088100765
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.29