Skip to content

chore(deps): bump tj-actions/changed-files in /.github/workflows (#1454) #1293

chore(deps): bump tj-actions/changed-files in /.github/workflows (#1454)

chore(deps): bump tj-actions/changed-files in /.github/workflows (#1454) #1293

Workflow file for this run

name: Lint
on:
pull_request:
push:
tags:
- v*
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.21.x
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2