Skip to content

Commit

Permalink
Merge pull request #440 from vegaprotocol/chore/update-vega-0.77.6
Browse files Browse the repository at this point in the history
chore: update vega to v0.77.6
  • Loading branch information
jeremyletang authored Aug 7, 2024
2 parents ca3a7f1 + 48bb63f commit 0128aec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/install_dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
latestReleaseTag = "v0.76.8"
latestReleaseTag = "v0.77.6"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
toolchain go1.21.5

require (
code.vegaprotocol.io/vega v0.77.2
code.vegaprotocol.io/vega v0.77.6
github.com/BurntSushi/toml v1.3.2
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/blang/semver v3.5.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RX
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
code.vegaprotocol.io/quant v0.2.5 h1:8h+TTHdz1LCO4oGXt8mbowXszd8CQP1MHlJOkthUp1E=
code.vegaprotocol.io/quant v0.2.5/go.mod h1:HEzOoPKj8OIP49r9AZYeo5281M5ygeGWxopwvt8k6Es=
code.vegaprotocol.io/vega v0.77.2 h1:g9ujSj5FX1CVG5BmdSGTZf62VFVEafaEFu09U1iFc7g=
code.vegaprotocol.io/vega v0.77.2/go.mod h1:BuJxYn5Ou09i5OoLo/zz76I61oQmpaGxaSzgCXDmZnU=
code.vegaprotocol.io/vega v0.77.6 h1:GZfnkzXyt7NXDMuBCdLMW3DW6pJgtS9yQPk8U6zgwwc=
code.vegaprotocol.io/vega v0.77.6/go.mod h1:6Qz3v5mEoGHtkBpOTHwg1lfWmV1drAiQ05TtM7OJMh8=
contrib.go.opencensus.io/exporter/prometheus v0.4.2 h1:sqfsYl5GIY/L570iT+l93ehxaWJs2/OwXtiWwew3oAg=
contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9fpw1KeYcjrnC1J8B+JKjsZyRQ=
dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU=
Expand Down

0 comments on commit 0128aec

Please sign in to comment.