Skip to content

chore: bump actions/setup-go from 4.1.0 to 5.3.0 #51

chore: bump actions/setup-go from 4.1.0 to 5.3.0

chore: bump actions/setup-go from 4.1.0 to 5.3.0 #51

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- master
permissions:
contents: read
concurrency:
group: '$${{ github.workflow }}-$${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/setup-go@v5.3.0
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: latest
args: --timeout=5m