Skip to content

Commit

Permalink
test: change go version from makefile-release, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Nov 29, 2023
1 parent 0fac401 commit b1ada74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
30cc004e76638a1fcf8c22939ea3a9ec3d8ddbc2:init.bat:generic-api-key:15
6f145da3281da9f4db0d2ab3ca760ca5d56e6b58:client/debug/debug.go:generic-api-key:48
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ build-all: tools build lint test vulncheck
###############################################################################

PACKAGE_NAME:=github.com/evmos/ethermint
GOLANG_CROSS_VERSION = v1.19
GOLANG_CROSS_VERSION = v1.21
GOPATH ?= '$(HOME)/go'
release-dry-run:
docker run \
Expand Down
2 changes: 2 additions & 0 deletions scripts/protocgen-pulsar.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

# this script is for generating protobuf files for the new google.golang.org/protobuf API
set -eo pipefail

Expand Down

0 comments on commit b1ada74

Please sign in to comment.