Skip to content

Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.2.2 #56

Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.2.2

Bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.2.2 #56

Workflow file for this run

---
name: Linters
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter/slim@v4
env:
VALIDATE_GO: true
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}