Skip to content

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

chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0

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

Workflow file for this run

name: Go Lint
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
cache: false
- run: make lint-go