From 4f73ac9c70d89bb9ba0558196617ea2563073251 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Tue, 12 Dec 2023 14:09:50 -0800 Subject: [PATCH] Polishing Signed-off-by: Ben Hale --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3589f54..b4f18c6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -15,7 +15,7 @@ jobs: go-version-file: go.mod cache-dependency-path: go.sum - name: Install richgo - run: go install -ldflags="-s -w" github.com/kyoh86/richgo + run: go install -ldflags="-s -w" github.com/kyoh86/richgo@latest - name: Run Tests run: richgo test -v ./... -coverprofile cover.out env: