Skip to content

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #172

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3

chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 #172

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.3
- uses: actions/setup-go@v5.0.0
with:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v${{ env.GOLANGCI_LINT_VERSION }}