Skip to content

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #518

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #518

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout=3m