Skip to content

Commit

Permalink
build with a supported Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Dec 15, 2022
1 parent 46f5489 commit 52ab402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 172 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ debug
/vendor/
*.orig
*.pprof
go.work
go.work.sum
.DS_Store
\.project
dex*key
Expand All @@ -27,6 +29,7 @@ docs/examples/rpcclient/rpcclient
/wiki
dex/testing/loadbot/loadbot
bin/
bin-v*/
client/webserver/site/template-builder/template-builder
dex/testing/btc/harnesschain.tar.gz
client/asset/btc/electrum/example/server/server
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module decred.org/dcrdex

go 1.17
go 1.18

require (
decred.org/dcrwallet/v2 v2.0.8
Expand Down
Loading

0 comments on commit 52ab402

Please sign in to comment.