diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 55e2877b..739c4ef5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v6.0.0 - name: Install Go - uses: actions/setup-go@v6.0.0 + uses: actions/setup-go@v6.1.0 with: go-version-file: go.mod cache-dependency-path: go.sum diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4fdeae25..97db23d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6.0.0 - name: Install Go - uses: actions/setup-go@v6.0.0 + uses: actions/setup-go@v6.1.0 with: go-version-file: go.mod cache-dependency-path: go.sum