From d04c16c308055eefe82265ee57c699412e15c937 Mon Sep 17 00:00:00 2001 From: ykim-1 Date: Tue, 12 Mar 2024 13:46:34 -0700 Subject: [PATCH] final clean up --- .github/workflows/release-cross-repo-test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release-cross-repo-test.yml b/.github/workflows/release-cross-repo-test.yml index af2fbc81..07356bfe 100644 --- a/.github/workflows/release-cross-repo-test.yml +++ b/.github/workflows/release-cross-repo-test.yml @@ -27,11 +27,8 @@ jobs: - name: Set up linodego run: | cd linodego - ls -ltrh linodego_dir=$(pwd) cd .. - pwd - echo $linodego_dir go mod edit -replace github.com/linode/linodego=$linodego_dir go mod tidy