Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0 #788

build(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0

build(deps): bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.17.0 #788

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
golangci:
# We need to run the linter on the same image we use for building, since it
# needs the C libraries installed for the dependencies to typecheck.
runs-on: ubuntu-latest
container: tendermintdev/docker-tm-db-testing
steps:
- uses: actions/checkout@v3
- uses: golangci/[email protected]
with:
args: --timeout 10m
github-token: ${{ secrets.github_token }}