Skip to content

update golangci-lint #18

update golangci-lint

update golangci-lint #18

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Handle dependencies
run: make init
- name: Build the project
run: make build