From f7ccbb6509c8e6b7ed18084369fa2949977bad08 Mon Sep 17 00:00:00 2001 From: Jonathan West Date: Fri, 7 Jun 2024 10:16:13 -0400 Subject: [PATCH] Update --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b80fef..629aa64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: '/go.mod' - name: Checkout code uses: actions/checkout@v3.1.0 @@ -34,7 +34,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: '/go.mod' - name: Checkout code uses: actions/checkout@v3.1.0 @@ -56,7 +56,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version-file: 'go.mod' + go-version-file: '/go.mod' - name: Checkout code uses: actions/checkout@v3.1.0