From 03298c95f60e3ab2a6104e5f91023dfdf28cae0c Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Mon, 26 Aug 2024 23:52:50 +0000 Subject: [PATCH] fix: correct workflow go version --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9745495..49cefa0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.20" + go-version-file: "go.mod" - run: go test -v ./... -covermode=atomic -coverprofile=coverage.out - uses: codecov/codecov-action@v4 with: