Skip to content

Bump golang.org/x/net from 0.34.0 to 0.35.0 (#109) #42

Bump golang.org/x/net from 0.34.0 to 0.35.0 (#109)

Bump golang.org/x/net from 0.34.0 to 0.35.0 (#109) #42

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: v1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60