diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8aa45cfc..5c1f3f7d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Install Go - uses: actions/setup-go@v5.4.0 + uses: actions/setup-go@v6.0.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 bb3d9ba1..52bb4650 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@v6.0.0 with: go-version-file: go.mod cache-dependency-path: go.sum