Skip to content

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

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

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

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@v3
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1
with:
version: v1.50
args: --timeout=3m