Skip to content

build(deps): bump golang.org/x/net from 0.48.0 to 0.55.0 (#1387) (#1393) #1099

build(deps): bump golang.org/x/net from 0.48.0 to 0.55.0 (#1387) (#1393)

build(deps): bump golang.org/x/net from 0.48.0 to 0.55.0 (#1387) (#1393) #1099

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.0