Skip to content

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 #9

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0

chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 #9

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-go@v5.4.0
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
with:
version: v2.0.2