Skip to content

Commit

Permalink
Merge pull request #490 from ava-labs/update-go
Browse files Browse the repository at this point in the history
Update go
  • Loading branch information
geoff-vball authored Aug 15, 2024
2 parents c48588f + 18cd9ac commit 14734f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'}

0 comments on commit 14734f3

Please sign in to comment.