Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #60

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 #60

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@v5
with:
go-version: 1.21.x
- name: Checkout source
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4