Skip to content

Bump golang.org/x/net from 0.9.0 to 0.17.0 #34

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

Bump golang.org/x/net from 0.9.0 to 0.17.0 #34

Workflow file for this run

---
name: Lint
on:
push:
branches: [ master ]
paths-ignore: [ '**.md' ]
pull_request:
branches: [ master ]
paths-ignore: [ '**.md' ]
env:
GO_VERSION: 1.19
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: Checkout code
uses: actions/checkout@v3
- name: Golangci lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.0