Skip to content

chore(ci): update Action versions #437

chore(ci): update Action versions

chore(ci): update Action versions #437

Workflow file for this run

name: Lint
on:
workflow_call:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- name: Lint source code
uses: golangci/golangci-lint-action@v3
with:
version: latest