Skip to content

build(deps): bump golang.org/x/net from 0.15.0 to 0.18.0 #325

build(deps): bump golang.org/x/net from 0.15.0 to 0.18.0

build(deps): bump golang.org/x/net from 0.15.0 to 0.18.0 #325

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.0