Skip to content

v1.3.0

Compare
Choose a tag to compare
@KEINOS KEINOS released this 26 Nov 02:34
· 46 commits to main since this release
3407f11

Refactor: repository and source structure (PR #25)

Totally refactored. Simpler source and structure.

Feat

  • feat: new Docker image (more secure and light weight. Debian -> Alpine)
  • feat: codeQL-analysis.yml
  • feat: auto mod updater (auto PR on go.mod update)
  • feat: auto merge on go.mod update only (via mergify)
  • feat: include go.sum

Fix

  • fix: #23 bad indentation
  • fix: golangci-lint warnings
  • fix: use latest goclangci-lint for lint check
  • fix: mergify.yml (deprecated "strict" config)
  • fix: redundant checks (only on push to main)
  • fix: remove bin directory

Chore

  • Update platform-test.yaml
  • Update golangci-lint.yaml
  • Update version-tests.yaml
  • Update README.md