From 0c8053b3076c2a82c2ce16fce71a3e00c15de579 Mon Sep 17 00:00:00 2001 From: aram price Date: Thu, 2 Nov 2023 11:10:54 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix=20missing=20`d`=20in=20`go.m?= =?UTF-8?q?od`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Brian Upton --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3b24646c1..ced5dc6f6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version-file: go.mo + go-version-file: go.mod - uses: actions/checkout@v3 - uses: golangci/golangci-lint-action@v3