Skip to content

Commit

Permalink
resolve merge conflict and reduce required go version
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Feb 19, 2025
1 parent 20aaea0 commit 19d75a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
<<<<<<< HEAD


=======
>>>>>>> faddat/errcheck
go-version: "1.23.4"
cache: false
- name: golangci-lint
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 github.com/CosmWasm/wasmvm/v2

go 1.23
go 1.21

require (
github.com/google/btree v1.0.0
Expand Down

0 comments on commit 19d75a5

Please sign in to comment.