diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d47aa06..1ceff04 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -14,6 +14,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Set up Go + uses: actions/setup-go@v4 + with: + go-version: 'stable' + - name: Determine current year and quarter id: vars run: |