Skip to content

Commit

Permalink
feat: update Go module and version to 1.18
Browse files Browse the repository at this point in the history
- Add a new file `go.mod` with module declaration for `example`
- Set the Go version to `1.18` in the `go.mod` file

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 22, 2023
1 parent e77022b commit 2b33401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module example

go 1.18

0 comments on commit 2b33401

Please sign in to comment.