Skip to content

Update golangci-lint to v1.63.1 #123

Update golangci-lint to v1.63.1

Update golangci-lint to v1.63.1 #123

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: '1.23.x'
- name: Checkout code
uses: actions/checkout@v1
- name: Lint
run: make lint
- name: Unit tests
run: make tests