Skip to content

Commit

Permalink
bump go to 1.20
Browse files Browse the repository at this point in the history
status-im/status-go@a39c01d...5e9f961

## Summary

This commit also points to status-go branch where we have upgraded go to 1.20
Related statusgo PR -> status-im/status-go#5027

### Testing notes
Please test everything, specially the store node stuff.

#### Platforms
- Android
- iOS

status: ready
  • Loading branch information
siddarthkay committed Apr 18, 2024
1 parent 8f67f38 commit 484f2a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ in {
version = "15.0";
allowHigher = true;
};
go = super.go_1_19;
go = super.go_1_20;
clang = super.clang_15;
buildGoPackage = super.buildGo119Package;
buildGoModule = super.buildGo119Module;
buildGoPackage = super.buildGo120Package;
buildGoModule = super.buildGo120Module;
gomobile = (super.gomobile.overrideAttrs (old: {
patches = [
(self.fetchurl { # https://github.com/golang/mobile/pull/84
Expand Down
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.179.5",
"commit-sha1": "a39c01d7fe1ac60dc2a34bb16d550f09c64d3a3d",
"src-sha256": "0g53nqkhpyzy9iwz9lfh2qq8s5wrfa69lic29ps0qb92h0ac428l"
"version": "v0.179.6",
"commit-sha1": "5e9f9618cd83134b8a0d19d9bfce643b9232cb9e",
"src-sha256": "18cw2bpr0nrvws8gka4l3sfkvilg0g07z9sw5azpwph94k2sh0rb"
}

0 comments on commit 484f2a2

Please sign in to comment.