Skip to content

Bump github.com/carlmjohnson/versioninfo from 0.22.4 to 0.22.5 #289

Bump github.com/carlmjohnson/versioninfo from 0.22.4 to 0.22.5

Bump github.com/carlmjohnson/versioninfo from 0.22.4 to 0.22.5 #289

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
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