Skip to content

Releases: AryanSharma9917/Codewise-CLI

Updated Links and workflow

16 Jun 09:09
c397159
Compare
Choose a tag to compare

Description of Work

Issue Resolution and Enhancement of Go Workflows

Problem Identification:

Recently, several of our Go workflows began failing. Upon investigating the issue, I discovered that the failures were due to a combination of outdated dependencies and misconfigured settings within the workflow files.

Steps Taken:

  1. Diagnostics:

    • Analyzed the workflow logs to pinpoint the exact cause of the failures.
    • Identified that specific dependencies were either deprecated or had breaking changes in their latest versions.
  2. Dependency Updates:

    • Updated the Go module dependencies to their latest stable versions.
    • Ensured compatibility with the rest of the codebase by running a series of tests.
  3. Configuration Fixes:

    • Reviewed and corrected the workflow configuration files, ensuring that the syntax and commands were up to date with the latest Go standards.
    • Fixed path issues and environment variable settings that were causing the workflows to fail.
  4. Testing and Validation:

    • Ran the updated workflows locally and on the CI server to verify that the issues were resolved.
    • Conducted a series of test runs to ensure the workflows were functioning as expected across different environments.
  5. Documentation and Links:

Outcome:

The Go workflows are now running successfully without any errors. The updates not only resolved the immediate issues but also improved the overall reliability and maintainability of the workflows.

CC : @AryanSharma9917

v1.2.2

08 Jun 17:04
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2
cc: @RakshitKumar04

CLI release

19 Mar 20:51
Compare
Choose a tag to compare