Skip to content

chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 #176

chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0

chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 #176

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
tags:
- v*
pull_request:
permissions:
contents: read
pull-requests: read
env:
GO_VERSION: 1.19.5
GOLANGCI_LINT_VERSION: 1.50.1
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v5.0.0
with:
version: v${{ env.GOLANGCI_LINT_VERSION }}