Skip to content

build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 #20

build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0

build(deps): bump golang.org/x/net from 0.25.0 to 0.33.0 #20

Workflow file for this run

name: For each commit and PR
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
env:
CGO_ENABLED: 0
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -v --config .golangci.yml --timeout=5m --out-format=colored-line-number
version: latest