Skip to content

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 #243

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0

build(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 #243

Workflow file for this run

name: Lint Golang code
on:
pull_request:
branches-ignore:
- master
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: check out code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- run: go version
- name: run linter
uses: golangci/golangci-lint-action@v5
with:
version: v1.55.2