Skip to content

build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in the go_modules group #240

build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in the go_modules group

build(deps): bump golang.org/x/net from 0.23.0 to 0.33.0 in the go_modules group #240

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Linter
jobs:
Golint:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Run Golint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"