From 9978b7f9bb14c9d6986ce183f726866efe5e6586 Mon Sep 17 00:00:00 2001 From: iamjooon2 Date: Sat, 14 Sep 2024 02:51:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=85=85=E3=84=B7=E3=84=B4=E3=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 020e591..d4d6ab3 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,10 +17,6 @@ jobs: with: go-version: 1.22.5 - - name : add dependency - run : | - go mod init techbloghub - - name: build go file run: | go build -v ./...