Skip to content

Bump golang.org/x/net from 0.21.0 to 0.23.0 (#113) #204

Bump golang.org/x/net from 0.21.0 to 0.23.0 (#113)

Bump golang.org/x/net from 0.21.0 to 0.23.0 (#113) #204

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
workflow_dispatch:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest