Skip to content

Conversation

tarampampam
Copy link
Owner

@tarampampam tarampampam commented Aug 27, 2025

Updated Go and Node.js dependencies, refactored Dockerfile for efficiency, and enhanced build process.

  • Updated Go version to 1.25 and Node.js to 24-alpine
  • Streamlined Dockerfile with multi-stage builds and dependency caching
  • Improved build process with go generate and npm build commands
  • Fixed .dockerignore to correctly exclude files
  • Updated Makefile with install target and lint command
  • Enhanced compose.yml for better service configuration
  • Fixed type issue in ViewHex component
  • Fixed blob creation in the download function
  • Updated tsconfig.json to include *.ts files
  • Updated vite.config.ts to handle undefined proxy

Updated Go and Node.js dependencies, refactored Dockerfile for efficiency, and enhanced build process.

- Updated Go version to 1.25 and Node.js to 24-alpine
- Streamlined Dockerfile with multi-stage builds and dependency caching
- Improved build process with go generate and npm build commands
- Fixed .dockerignore to correctly exclude files
- Updated Makefile with install target and lint command
- Enhanced compose.yml for better service configuration
- Fixed type issue in ViewHex component
- Fixed blob creation in download function
- Updated tsconfig.json to include *.ts files
- Updated vite.config.ts to handle undefined proxy
@tarampampam tarampampam force-pushed the chore/update-go-and-dev-tools branch from e73c7f5 to 18188c4 Compare August 27, 2025 10:23
Removes unnecessary `go install` steps for oapi-codegen in CI workflows, as it's already managed by `go generate`. This simplifies the workflows and avoids potential conflicts.
@tarampampam tarampampam marked this pull request as ready for review August 27, 2025 10:28
@tarampampam tarampampam changed the title Update go up ro 1.25 and improve Docker build process Update go up to 1.25 and improve Docker build process Aug 27, 2025
@tarampampam tarampampam changed the title Update go up to 1.25 and improve Docker build process Update Go up to 1.25 and improve Docker build process Aug 27, 2025
@tarampampam tarampampam added dependencies Pull requests that update a dependency file go Pull requests that update Go code javascript Pull requests that update Javascript code labels Aug 27, 2025
@tarampampam tarampampam merged commit 7539143 into master Aug 27, 2025
18 checks passed
@tarampampam tarampampam deleted the chore/update-go-and-dev-tools branch August 27, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant