diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a9377f21..951202ec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Install Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.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 d10b9fdb..4347d8ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Install Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v5.5.0 with: go-version-file: go.mod cache-dependency-path: go.sum