Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: unite the bin cache dir for all projects in go.work #609

Merged
merged 9 commits into from
Jul 2, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    9c6b3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7131b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a1bbb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    f6be174 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. chore(makefile): use realpath to replace the $LOCALBIN var

    replace `LOCALBIN ?=$(cd .. && pwd)/bin` to the 
    
    ```makefile
    
    ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
    LOCALBIN := $(ROOT_DIR)/bin
    ```
    Chever-John committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3edbe29 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    53e855c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    3c91675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d5c547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76d4771 View commit details
    Browse the repository at this point in the history