Skip to content

[conf](deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 in /conf in the main group #133

[conf](deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 in /conf in the main group

[conf](deps): Bump golang.org/x/sys from 0.38.0 to 0.39.0 in /conf in the main group #133

Workflow file for this run

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