diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7759ae8..406eeda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 15 uses: actions/setup-go@v5 with: - go-version: "1.22.6" + go-version: "1.22.7" cache-dependency-path: | **/go.sum - name: Setup Toolbox diff --git a/.github/workflows/cmd.yml b/.github/workflows/cmd.yml index a08e14c..9e9e5c0 100644 --- a/.github/workflows/cmd.yml +++ b/.github/workflows/cmd.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 15 uses: actions/setup-go@v5 with: - go-version: "1.22.6" + go-version: "1.22.7" cache-dependency-path: | **/go.sum - name: Make @@ -47,6 +47,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: + include-hidden-files: true path: ${{ github.workspace }}/.dist/* - name: Release if: ${{ startsWith(github.ref, 'refs/tags/') }}