From af79987f0c01803696cf05b7a7ccd6daf902dd3e Mon Sep 17 00:00:00 2001 From: Mani Arasteh Date: Sat, 1 Jun 2024 13:27:07 +0330 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f7ea2ee..f4bcaee 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,5 +40,10 @@ jobs: cache: true # Used to specify the path to a dependency file - go.sum cache-dependency-path: ../../go.sum + + - name: run + run: go run main.go + +