Skip to content

Update golangci/golangci-lint-action action to v4 #124

Update golangci/golangci-lint-action action to v4

Update golangci/golangci-lint-action action to v4 #124

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: '^1.21.0'
- run: make
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest