From 0a99e767be282d247fe8f2d605e95a2a1abb2a8c Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Mon, 29 Jul 2024 18:02:03 +0530 Subject: [PATCH] fix: pre commit --- .github/workflows/enforce-go-mod-tidy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/enforce-go-mod-tidy.yml b/.github/workflows/enforce-go-mod-tidy.yml index 2c467c3d..db4b0139 100644 --- a/.github/workflows/enforce-go-mod-tidy.yml +++ b/.github/workflows/enforce-go-mod-tidy.yml @@ -7,8 +7,6 @@ jobs: - uses: actions/checkout@v2 - name: Set up go uses: actions/setup-go@v5 - with: - go-version: 'latest' - name: Create a new git repository run: rm -rf .git && git init && git add --all && git -c user.name='test' -c user.email='test@example.com' commit -m 'init for pr action' - name: Go mod tidy for root project