Skip to content

⬆️ Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 #25

⬆️ Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1

⬆️ Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 #25

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
cache: true
- uses: golangci/golangci-lint-action@v3
with:
version: latest