From 899783b4489d4a4522b2db9dde2723ac64b0137e Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 1 Jul 2024 10:43:26 +0300 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c0f1aa0..402c912 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,6 @@ on: branches: [ "master" ] jobs: - build: runs-on: ubuntu-latest steps: @@ -20,7 +19,10 @@ jobs: uses: actions/setup-go@v4 with: go-version: '1.22' - + + - name: Install dependencies + run: go get . + - name: Build run: go build -v ./...