From 0cf0ccdceaed9bf5b3cdb41e00aed4f55a85fdc3 Mon Sep 17 00:00:00 2001 From: Jin Date: Wed, 30 Aug 2023 07:58:28 +0800 Subject: [PATCH] upgrade golangci-lint --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 047de869..58468b19 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -36,7 +36,7 @@ jobs: run: solcjs --version && ls && cd testutils/cmds/ && sudo go run compile_solidity.go && cd ../../ - name: linter - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2 - name: Build run: |