Skip to content

[http](deps): Bump golang.org/x/text from 0.31.0 to 0.32.0 in /http in the main group #165

[http](deps): Bump golang.org/x/text from 0.31.0 to 0.32.0 in /http in the main group

[http](deps): Bump golang.org/x/text from 0.31.0 to 0.32.0 in /http in the main group #165

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: http
on:
workflow_dispatch: {}
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- .golangci.yml
- tools/**
- .github/workflows/ci.yml
- .github/workflows/sub_http.yml
- http/**
jobs:
ci:
uses: ./.github/workflows/ci.yml
with:
mod_path: http
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}