From 1e15d8b6d83adee9ecdcf48f72d5c341a853b379 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:10:40 -0600 Subject: [PATCH] Update gotest.yml --- .github/workflows/gotest.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 289437ba..73841c3a 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -13,8 +13,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - - name: Install dependencies - run: | - python -m pip install --upgrade pip wheel + - uses: actions/setup-go@v5 + - run: go build -o hello-world + - run: ./hello-world