Skip to content

Bump golang.org/x/net from 0.18.0 to 0.19.0 #11

Bump golang.org/x/net from 0.18.0 to 0.19.0

Bump golang.org/x/net from 0.18.0 to 0.19.0 #11

Workflow file for this run

name: Lint Golang Codebase
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout 15m