Skip to content

Bump golang.org/x/net from 0.55.0 to 0.56.0 #639

Bump golang.org/x/net from 0.55.0 to 0.56.0

Bump golang.org/x/net from 0.55.0 to 0.56.0 #639

Workflow file for this run

---
name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: arnested/setup-go@rc
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
install-mode: goinstall
only-new-issues: true