Skip to content

Bump golangci/golangci-lint-action from 5.0.0 to 6.1.0 #89

Bump golangci/golangci-lint-action from 5.0.0 to 6.1.0

Bump golangci/golangci-lint-action from 5.0.0 to 6.1.0 #89

Workflow file for this run

name: Lint Go Code
on:
pull_request:
push:
branches:
- master
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Lint
uses: golangci/[email protected]
with:
version: v1.57.2