Skip to content

feat(deps): bump the gomod group with 3 updates (#354) #1155

feat(deps): bump the gomod group with 3 updates (#354)

feat(deps): bump the gomod group with 3 updates (#354) #1155

Workflow file for this run

name: lint
on: [push, pull_request]
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.9
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true