From 85d46b7213ce25dc5597500815888243eec1e329 Mon Sep 17 00:00:00 2001 From: Marko Bevc Date: Tue, 28 Nov 2023 18:26:25 +0000 Subject: [PATCH] feat: Bump pipelines to use go.mod --- .github/workflows/pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index f27e949..9590686 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -21,7 +21,8 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 'stable' + #go-version: 'stable' + go-version-file: 'go.mod' check-latest: true id: go @@ -68,7 +69,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v4 with: - go-version: 'stable' + go-version-file: 'go.mod' check-latest: true id: go