Skip to content

Fix deprecated workflows #21

Fix deprecated workflows

Fix deprecated workflows #21

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.16
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.45