Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#47) #23

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#47)

Bump golang.org/x/net from 0.7.0 to 0.17.0 (#47) #23

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout source
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3