Skip to content

Bump golang.org/x/net from 0.8.0 to 0.9.0 #42

Bump golang.org/x/net from 0.8.0 to 0.9.0

Bump golang.org/x/net from 0.8.0 to 0.9.0 #42

Workflow file for this run

name: lint
on:
pull_request:
jobs:
golangci:
name: golangci-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@v3
env:
GOPROXY: proxy.golang.org,direct
with:
version: v1.49.0