From 52a8aabdb88c767af198a600a7c78bd4c0340314 Mon Sep 17 00:00:00 2001 From: Marvin <127591405+Lokowitz@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:17:33 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b585cfc..ac03cce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: with: go-version: '1.23' - - name: Download go - run: go mod download + - name: Build go + run: go build - name: Build Docker container run: make build