Skip to content

Commit

Permalink
Update Go to version 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Jun 5, 2024
1 parent c9ed113 commit a71579f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.18
go 1.21.3

use (
./host-go
Expand Down
2 changes: 1 addition & 1 deletion host-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lens-vm/lens/host-go

go 1.18
go 1.21.3

require (
github.com/bytecodealliance/wasmtime-go/v21 v21.0.0
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lens-vm/lens/tests/integration

go 1.18
go 1.21.3
2 changes: 1 addition & 1 deletion tests/modules/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lens-vm/lens/tests/modules

go 1.18
go 1.21.3

0 comments on commit a71579f

Please sign in to comment.