Skip to content

build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 #325

build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 #325

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --timeout 5m0s
only-new-issues: true