diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afdd52f..a496a00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: with: node-version: '22' cache: npm - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: server/go.mod cache-dependency-path: server/go.sum diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed36fd8..59c9954 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: with: node-version: '22' cache: npm - - uses: actions/setup-go@v6 + - uses: actions/setup-go@v7 with: go-version-file: server/go.mod cache-dependency-path: server/go.sum