Skip to content

Changed uint to use $imul #388

Changed uint to use $imul

Changed uint to use $imul #388

Workflow file for this run

name: golangci-lint
on:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19.13"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
only-new-issues: true
- name: Check go.mod
run: |
go mod tidy && git diff --exit-code