From 6bbc07ac117064d6ed0be3e028a274459180555b Mon Sep 17 00:00:00 2001 From: xztaityozx Date: Mon, 16 Dec 2024 23:19:11 +0900 Subject: [PATCH] =?UTF-8?q?chore(workflow):=20go.mod=E3=81=A8go.sum?= =?UTF-8?q?=E3=81=8C=E5=A4=89=E6=9B=B4=E3=81=95=E3=82=8C=E3=81=9F=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=AB=E3=82=82=E3=83=88=E3=83=AA=E3=82=AC=E3=83=BC?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 83540e2..e1b6e4d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,6 +10,8 @@ on: - '**.go' - '.github/workflows/go.yml' - 'test/e2e/**' + - 'go.mod' + - 'go.sum' jobs: linter: