Skip to content

⬆️ Bump golangci/golangci-lint-action from 6 to 7 #50

⬆️ Bump golangci/golangci-lint-action from 6 to 7

⬆️ Bump golangci/golangci-lint-action from 6 to 7 #50

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: lint
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v4
- name: Run linters
uses: golangci/golangci-lint-action@v7
with:
version: latest