diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ccfa529c..bebd4c74 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@4.1.1 - name: Install Go - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.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 823afddf..4ed30d22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4.1.1 - name: Install Go - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.0 with: go-version-file: go.mod cache-dependency-path: go.sum