Skip to content

Commit

Permalink
chore: Update Go to version 1.21 (#86)
Browse files Browse the repository at this point in the history
Update Go to version 1.21
  • Loading branch information
AndrewSisley authored Jun 5, 2024
1 parent 91e8c76 commit 979fa9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go environment explicitly
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true

- name: Build dependencies
Expand Down
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

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

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
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

1 comment on commit 979fa9e

@cohcin
Copy link

@cohcin cohcin commented on 979fa9e Jul 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests/modules/go.mod

Please sign in to comment.