Diff reduction: run linter autofixes #1349
codeql-analizer.yml
on: pull_request
CodeQL-Build
1m 40s
Annotations
1 error
CodeQL-Build
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Encountered a fatal error while running "/opt/hostedtoolcache/CodeQL/2.14.1/x64/codeql/go/tools/autobuild.sh". Exit code was 1 and error was: 2023/08/24 18:01:58 Autobuilder was built with go1.20.5, environment has go1.20.7
2023/08/24 18:01:58 LGTM_SRC is /home/runner/work/wasmd/wasmd
2023/08/24 18:01:58 Found go.mod, enabling go modules
go: errors parsing go.mod:
/home/runner/work/wasmd/wasmd/go.mod:5: unknown directive: toolchain
2023/08/24 18:01:58 Running /usr/bin/go failed, continuing anyway: exit status 1
2023/08/24 18:01:58 Failed to run `go mod tidy -e`
2023/08/24 18:01:58 Import path is 'github.com/CosmWasm/wasmd'
2023/08/24 18:01:58 Makefile found.
2023/08/24 18:01:58 Trying build command make []
fatal: No names found, cannot describe anything.
go: errors parsing go.mod:
/home/runner/work/wasmd/wasmd/go.mod:5: unknown directive: toolchain
go: downloading github.com/rakyll/statik v0.1.6
go: downloading github.com/cosmos/tools/cmd/runsim v1.0.0
go: downloading github.com/cosmos/tools v1.0.0
go: downloading github.com/aws/aws-sdk-go v1.23.17
go: downloading github.com/cosmos/tools/lib/runsimgh v1.0.0
go: downloading github.com/cosmos/tools/lib/runsimslack v1.0.0
go: downloading github.com/cosmos/tools/lib/runsimaws v1.0.0
go: downloading github.com/nlopes/slack v0.6.0
go: downloading github.com/bradleyfalzon/ghinstallation v0.1.2
go: downloading github.com/google/go-github/v27 v27.0.6
go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible
go: downloading github.com/gorilla/websocket v1.2.0
go: downloading github.com/pkg/errors v0.8.0
go: downloading github.com/google/go-querystring v1.0.0
go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
go: downloading github.com/golangci/golangci-lint v1.47.0
go: downloading github.com/fatih/color v1.13.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.5.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/spf13/viper v1.12.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/mattn/go-colorable v0.1.12
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/tools v0.1.11
go: downloading github.com/go-critic/go-critic v0.6.3
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/ldez/gomoddirectives v0.2.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/stretchr/testify v1.8.0
go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/spf13/afero v1.8.2
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading golang.org/x/sys v0.0.0-20220702020025-31831981b65f
go: downloading github.com/go-toolsmith/astcast v1.0.0
go: downloading github.com/go-toolsmith/astcopy v1.0.0
go: downloading github.com/go-toolsmith/astequal v1.0.1
go: downloading github.com/go-toolsmith/astfmt v1.0.0
go: downloading github.com/go-toolsmith/astp v1.0.0
go: downloading github.com/go-toolsmith/strparse v1.0.0
go: downloading github.com/go-toolsmith/typep v1.0.2
go: downloading github.com/quasilyte/go-ruleguard v0.3.16-0.20220213074421-6aa060fab41a
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95
go: downloading golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading 4d63.com/gochecknoglobals v0.1.0
go: downloading github.com/Antonboom/errname v0.1.7
go: downloading g
|