From 33928bb1b479820fd8b13cab4f24d90237125601 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Wed, 3 Jan 2024 12:07:32 -0500 Subject: [PATCH 1/3] chore: Uses go version from go.mod --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index b87b274..ab58be7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version-file: "go.mod" - name: Build run: go build @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version-file: "go.mod" - name: Unit tests run: go test ./... From 8eaefdeeea6dedd8a182aa7c6f9286f4ebb8ab64 Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Wed, 3 Jan 2024 12:47:49 -0500 Subject: [PATCH 2/3] Update .github/workflows/master.yml Co-authored-by: gab-arrobo --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ab58be7..2d8835a 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version-file: "go.mod" + go-version-file: 'go.mod' - name: Build run: go build From 5695b0c66fb09a1b19bc650fc39e383dc8c79e2e Mon Sep 17 00:00:00 2001 From: Guillaume Belanger Date: Wed, 3 Jan 2024 12:48:20 -0500 Subject: [PATCH 3/3] Update .github/workflows/master.yml Co-authored-by: gab-arrobo --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 2d8835a..680a6e4 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version-file: "go.mod" + go-version-file: 'go.mod' - name: Unit tests run: go test ./...