Skip to content

Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 #1717

Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9

Bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 #1717

Workflow file for this run

name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
only-new-issues: true
args: --timeout=5m