Skip to content

Bump x/net

Bump x/net #25

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
go-version: '1.21'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: v1.55.2
# Disable package caching to avoid a double cache with setup-go.
skip-pkg-cache: true
args: --timeout 10m