Skip to content

Update linter to 1.60.1 #121

Update linter to 1.60.1

Update linter to 1.60.1 #121

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