Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Bump golang.org/x/net from 0.12.0 to 0.17.0 #380

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

Bump golang.org/x/net from 0.12.0 to 0.17.0 #380

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ~1.20
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true