Skip to content

fix(deps): update module github.com/golangci/golangci-lint to v1.63.3 #55

fix(deps): update module github.com/golangci/golangci-lint to v1.63.3

fix(deps): update module github.com/golangci/golangci-lint to v1.63.3 #55

name: lint_and_test
on:
push:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ^1.21
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
- name: go mod tidy and install
run: |
go mod tidy
make install-go-tools
- name: build
run: make build
- name: testing
run: make test