### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/HXSecurity/DongTai/blob/main/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/HXSecurity/DongTai/issues) for an issue that matches the one I want to file, without success. - [X] I am not looking for support or already pursued the available [support channels](https://github.com/HXSecurity/DongTai/issues/new/choose) without success. ### Version 1.8.2 ### Installation Type Official Docker Compose ### Service Name Doc(DongTai-Doc) ### Describe the details of the bug and the steps to reproduce it 1. [Go Agent Guide](https://doc.dongtai.io/docs/getting-started/agent/install-go-agent) ,the guide says to support Go1.12+ 2. But Go agent uses `io/fs`: [service/auxiliarylt18.go](https://github.com/HXSecurity/DongTai-agent-go/blob/def9706e895fe40e85c619862408975c199cbe27/service/auxiliarylt18.go#L14), [service/auxiliarylt18.go](https://github.com/HXSecurity/DongTai-agent-go/blob/def9706e895fe40e85c619862408975c199cbe27/service/auxiliarylt18.go#L14) 3. `io/fs` only supports >=1.16beta1 [io/fs](https://pkg.go.dev/io/fs?tab=versions)  Env: ``` go version go1.12.1 linux/amd64 ``` Steps: 1. import dependencies ``` _ "github.com/HXSecurity/DongTai-agent-go/run/base" _ "github.com/HXSecurity/DongTai-agent-go/run/http" ``` 2. run ``` go mod init dongtai_test go mod tidy go run -gcflags "all=-N -l" app.go ``` 3. get error ``` build command-line-arguments: cannot load io/fs: cannot find module providing package io/fs ``` ### Additional Information _No response_ ### Logs _No response_
Preflight Checklist
Version
1.8.2
Installation Type
Official Docker Compose
Service Name
Doc(DongTai-Doc)
Describe the details of the bug and the steps to reproduce it
io/fs: service/auxiliarylt18.go, service/auxiliarylt18.goio/fsonly supports >=1.16beta1 io/fsEnv:
Steps:
Additional Information
No response
Logs
No response