Skip to content

chore(ci): update workflows actions versions #9

chore(ci): update workflows actions versions

chore(ci): update workflows actions versions #9

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest