diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-15 04:03:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-15 04:03:41 +0900 |
| commit | f27b73004ce1865f39df9dad3aa156fff708efa7 (patch) | |
| tree | 171bcec02f769b11a4114620a906b9aec30b026a | |
| parent | 03e718023603cc06b75a08faa1b5988d50551caa (diff) | |
| download | mioproxy-f27b73004ce1865f39df9dad3aa156fff708efa7.tar.gz mioproxy-f27b73004ce1865f39df9dad3aa156fff708efa7.tar.zst mioproxy-f27b73004ce1865f39df9dad3aa156fff708efa7.zip | |
feat: update go version to 1.22
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/nsfisis/mioproxy -go 1.20 +go 1.22 require ( github.com/hashicorp/hcl/v2 v2.18.0 |
