6 Commits

Author SHA1 Message Date
Ricko Yu 53e3fb858d chore: update Go version to 1.25.1 and dependencies (#797)
* chore: update Go version to 1.25.1 and dependencies

- Updated Dockerfile to use Go 1.25.1 for both builder and final images.
- Modified README files (Japanese, Chinese Simplified, Chinese Traditional, and English) to reflect the new Go version requirement of 1.25.1.
- Updated go.mod to specify Go 1.25 and updated dependencies:
  - Upgraded hugo from v0.147.6 to v0.149.1
  - Upgraded testify from v1.10.0 to v1.11.1
  - Upgraded other indirect dependencies to their latest versions.
- Updated go.sum to reflect the changes in dependencies.

* fix: update golangci-lint to use latest version and install mode
2025-09-07 11:54:20 +08:00
Rick Yu 6ba3c07ce6 chore: bump go to 1.24 (#771) 2025-05-31 15:35:51 +08:00
Lukasz Dobrzanski bd33bda5c7 Fix liting; use golangci lint (#508)
* add base golangci-lint

* fix linting errors: unused var t, unexported-return

```
runner/util_test.go:237:34: unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
func TestGetStructureFieldTagMap(t *testing.T) {
```

```
main.go:54:1: exported function GetVersionInfo should have comment or be unexported
main.go:54:23: exported func GetVersionInfo returns unexported type main.versionInfo, which can be annoying to use
```
2023-12-18 10:51:29 +08:00
Rick Yu d1eede04a5 Use dep to manage packages instead of glide 2018-03-08 13:49:25 +08:00
Rick Yu df34a18e83 It works like a charm 🎉 2017-10-13 23:01:24 +08:00
Rick Yu 93e47ecfb9 Init 2017-10-12 22:29:58 +08:00