Skip to content

feat: upgrade golangci-lint 1.60.3 #17

feat: upgrade golangci-lint 1.60.3

feat: upgrade golangci-lint 1.60.3 #17

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: make build
run: make build
- name: make test
run: make test