Skip to content

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 #1027

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5

Bump github.com/hashicorp/golang-lru/v2 from 2.0.4 to 2.0.5 #1027

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- master
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: |
make install-linter
make lint