Skip to content

Commit

Permalink
Android CI fix for invalid reference to net.zoneCache (#1169)
Browse files Browse the repository at this point in the history
* Android CI fix

* Add comments and extra linker flag

* downgrade to Go 1.22.4 for now

* downgrade to Go 1.22.4 for now

* downgrade to Go 1.22.4 for now

* downgrade dependencies
  • Loading branch information
atavism authored Sep 12, 2024
1 parent 64b7d7c commit ab2a722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/getlantern/lantern-client

go 1.23.1
go 1.22.3

toolchain go1.22.4

// replace github.com/getlantern/flashlight/v7 => ../flashlight
// replace github.com/getlantern/fronted => ../fronted
Expand Down

0 comments on commit ab2a722

Please sign in to comment.