Skip to content

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #138

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 #138

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
- name: Vet
run: go vet -v ./...