Skip to content

Bump golang.org/x/net from 0.39.0 to 0.40.0 #615

Bump golang.org/x/net from 0.39.0 to 0.40.0

Bump golang.org/x/net from 0.39.0 to 0.40.0 #615

Workflow file for this run

---
name: golangci-lint
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
golangci:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: WillAbides/[email protected]
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
install-mode: goinstall
only-new-issues: true