diff --git a/go.mod b/go.mod index 064859566..2d05cf157 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ava-labs/teleporter -go 1.21.13 +go 1.22.6 require ( github.com/ava-labs/avalanchego v1.11.10 diff --git a/scripts/versions.sh b/scripts/versions.sh index e1b97e297..a168ee2c2 100755 --- a/scripts/versions.sh +++ b/scripts/versions.sh @@ -34,4 +34,4 @@ GINKGO_VERSION=${GINKGO_VERSION:-$(getDepVersion github.com/onsi/ginkgo/v2)} SUBNET_EVM_VERSION=${SUBNET_EVM_VERSION:-$(getDepVersion github.com/ava-labs/subnet-evm)} # Set golangci-lint version -GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION:-'v1.55'} +GOLANGCI_LINT_VERSION=${GOLANGCI_LINT_VERSION:-'v1.60'}