From 4fd6e8d6e49c8fefa60a3f16f13e7e272dd22ca3 Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Tue, 15 Mar 2022 16:58:57 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a117a2b..2f95a9d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,7 +25,7 @@ jobs: go-version: '^1.17.7' - name: Create module - run: go mod init + run: go mod init github.com/ClusterCockpit/cc-units - name: Test run: go test -v @@ -48,7 +48,7 @@ jobs: go-version: '^1.16.7' # The version AlmaLinux 8.5 uses - name: Create module - run: go mod init + run: go mod init github.com/ClusterCockpit/cc-units - name: Test run: go test -v