From d4b02b252be93cdd7ad6296dc4f5ae3c13547373 Mon Sep 17 00:00:00 2001 From: Yishen Miao Date: Fri, 27 Dec 2024 22:04:21 -0800 Subject: [PATCH] Tweaking GitHub workflows Tweaks GitHub workflows. --- .github/dependabot.yml | 2 +- .github/workflows/go.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e9f28d9..3400c883 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: monthly + interval: daily time: "10:00" open-pull-requests-limit: 10 rebase-strategy: disabled diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5ed56fb2..67a1f44a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.23' + go-version: 'stable' check-latest: true - name: Build