ci: lint-and-build에 tolchain 클론 추가 (go.mod replace 의존성)
All checks were successful
Server CI/CD / lint-and-build (push) Successful in 1m0s
Server CI/CD / deploy (push) Successful in 1m27s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 23:47:07 +09:00
parent 9c27edf4fb
commit ee2cf332fb

View File

@@ -12,6 +12,9 @@ jobs:
- name: 코드 체크아웃 - name: 코드 체크아웃
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: tolchain 의존성 클론
run: git clone --depth 1 https://github.com/tolelom/tolchain.git ../tolchain
- name: Go 설치 - name: Go 설치
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with: