Skip to content

Commit

Permalink
bump actions go version and test-tube
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensKubat committed Feb 15, 2024
1 parent 714c923 commit c1b8275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.20.7
go-version: 1.22.0
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down
4 changes: 2 additions & 2 deletions smart-contracts/contracts/cl-vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ cw-utils = "1.0.2"
cw-vault-multi-standard = {git = "https://github.com/quasar-finance/cw-vault-standard", features = ["lockup", "force-unlock"]}
cw2 = "1.0.1"
num_enum = "0.7.0"
osmosis-std = "0.21.0"
osmosis-std = "0.22.0"
prost = {version = "0.12.3", default-features = false}
serde = {version = "1.0.145", default-features = false, features = ["derive"]}
thiserror = {version = "1.0.31"}

[dev-dependencies]
osmosis-test-tube = "21.0.0"
osmosis-test-tube = "22.1.0"
proptest = "1.2.0"

0 comments on commit c1b8275

Please sign in to comment.