2770 Commits (master)
 

Author SHA1 Message Date
shirou f5c57fb8d8
Merge pull request #1804 from mmorel-35/go1.23
chore: update go version in module
shirou 48dfc6742f
Merge pull request #1818 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.5.1
chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
dependabot[bot] 456cbcf274
chore(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 6.5.1.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](2226d7cb06...4696ba8bab)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Lomanic 6b9c1447ee
Merge pull request #1800 from shirou/dependabot/github_actions/actions/upload-artifact-4.6.1
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Matthieu MOREL 7bebd975ec chore: update go version in module to 1.23
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
shirou 62da883e11
Merge pull request #1814 from mmorel-35/thelper+usetesting
chore: enable thelper and usetesting linters
shirou 40ce965ae1
Merge pull request #1812 from mmorel-35/revive/unnecessary-stmt
chore: enable unnecessary-stmt from revive
Matthieu MOREL d348a080f2
chore: enable thelper and usetesting linters
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Matthieu MOREL f4247f1c01 chore: enable unnecessary-stmt from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
shirou 60463721ef
Merge pull request #1810 from mmorel-35/set-output
fix: deprecated set-output
shirou 9ef02b7d37
Merge pull request #1805 from mmorel-35/fix/aix
chore(golangci-lint): cover aix and cgo
shirou 6039e8f9d0
Merge pull request #1769 from zmyzheng/zmyzheng/support-process-page-faults-windows
feat(process_windows): Support collecting PageFault count in Windows
Matthieu MOREL a1e91b89f7 fix: deprecated set-output
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Mingyang Zheng b59facf6aa Since Windows does not distinguish between Major and Minor faults, all faults are treated as Major
Mingyang Zheng a2f71c4078 Since Windows does not distinguish between Major and Minor faults, all faults are treated as Major
Mingyang Zheng 0be0ec4e46 merge
Matthieu MOREL 0a45e0f24d chore(golangci-lint): cover aix and cgo
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
shirou e2a7a9964d
Merge pull request #1809 from Lomanic/issue1806
[net][host][aix] Fix build and Makefile
Lomanic ad534c24e9 [host][aix] Remove redundant 'or' in parseUptime() found by 'go test'
Lomanic 6c9cea2bae [net][aix] Add missing return value in IOCountersWithContext()
Amends #1797
Fixes #1806
Lomanic 3d0ecb18cf feat: enable build test on aix
shirou b7c02adb2d
Merge pull request #1799 from mmorel-35/worflows-concurrency
chore: reduce number of executed jobs
Matthieu MOREL f04c791e79 chore: reduce number of executed jobs
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
shirou bcd0dfa73b
Merge pull request #1794 from shirou/dependabot/github_actions/golangci/golangci-lint-action-6.5.0
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0
shirou 77aa6f85b8
Merge pull request #1801 from shirou/dependabot/go_modules/github.com/google/go-cmp-0.7.0
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
dependabot[bot] efe3ff44ce
chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 96f6d6ebcd
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](65c4c4a1dd...4cec3d8aa0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 6dc012fad1
chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.5.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.5.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](ec5d18412c...2226d7cb06)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
shirou edcde3adba
Merge pull request #1797 from mmorel-35/golangci-lint-matrix
chore(golangci-lint): GOOS and GOARCH matrix
shirou 4f2f472f0d
Merge pull request #1796 from RomainMuller/master
fix: `Process.CmdlineSliceWithContext` incorrect on Windows
Matthieu MOREL 30aff030d0 chore(golangci-lint): GOOS and GOARCH matrix
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Lomanic b7932a9266
Merge pull request #1798 from mmorel-35/patch-1
fix(golangci-lint): configuration typo
Matthieu MOREL df6f9a28a2
fix(golangci-lint): configuration typo
Romain Marcadier 5da36ee6c8
fix: CmdlineSlice[WithContext] incorrect on Windows
shirou 23ceac30ac
Merge pull request #1795 from shirou/feat/fix_revice_lint_error_on_any
[windows]: fix lint error about use-any
shirou 8897eba676 [windows]: fix lint error about use-any
shirou 22889d3f13
Merge pull request #1784 from mmorel-35/revive/use-any
chore: enable use-any from revive
shirou 943850443c
Merge pull request #1785 from mmorel-35/golangci-lint-os-matrix
chore: enable golangci-lint on Windows and MacOS
Matthieu MOREL 26d69f4e4b
Explain git attributes configuration
Matthieu MOREL 9ce2ec161e chore: enable golangci-lint on Windows and MacOS
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Matthieu MOREL 27ea38b5ad chore: enable use-any from revive
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
shirou 90e59961ca
Merge pull request #1780 from shirou/dependabot/github_actions/actions/setup-go-5.3.0
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0
shirou ee3a3d85a7
Merge pull request #1772 from shirou/dependabot/github_actions/actions/upload-artifact-4.6.0
chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
shirou a1359d4e1a
Merge pull request #1773 from shirou/dependabot/go_modules/github.com/ebitengine/purego-0.8.2
chore(deps): bump github.com/ebitengine/purego from 0.8.1 to 0.8.2
shirou 8d6af6c6ed
Merge pull request #1775 from shirou/dependabot/github_actions/advanced-security/sbom-generator-action-0.0.2
chore(deps): bump advanced-security/sbom-generator-action from 0.0.1 to 0.0.2
dependabot[bot] e826c61f60
chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](3041bf56c9...f111f3307d)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
shirou e7e2e9e4a8
Merge pull request #1779 from mmorel-35/remove-actions-cache
chore: call actions/checkout before actions/setup-go to benefit from native cache
shirou 644c48a15a
Merge pull request #1778 from mmorel-35/golangci-lint/revive
chore: explicit revive rules
Matthieu MOREL 99d68e2160 chore: call actions/checkout before actions/setup-go to benefit from native cache
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Matthieu MOREL d1977251f9 chore: explicit revive rules
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>