Skip to content

chore: bump go-sw3-abi version to v0.6.6 #167

chore: bump go-sw3-abi version to v0.6.6

chore: bump go-sw3-abi version to v0.6.6 #167

Workflow file for this run

name: lint
on: [push]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.2