Skip to content

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

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 #8

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 10m