Skip to content

build(deps): bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.23.0 in /client/v2 #869

build(deps): bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.23.0 in /client/v2

build(deps): bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.23.0 in /client/v2 #869

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- v[0-9]+.[0-9]+.x-celestia
- release/**
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2