Skip to content

build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /v3 #1009

build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /v3

build(deps): bump golang.org/x/net from 0.19.0 to 0.23.0 in /v3 #1009

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'version/*'
tags-ignore:
- 'v**' # Don't run CI tests on release tags
jobs:
CI:
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_CONFIG: ".golangci.yml"
steps:
- uses: actions/checkout@v4
- run: make go.mk
- uses: ./go.mk/.github/actions/setup
- uses: ./go.mk/.github/actions/pre-check
- run: make test-verbose