diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 6ab67879..f9bfc011 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "./backend/go.mod" cache-dependency-path: "./backend/go.sum" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74930717..2a78c2ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: # setup go - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: "./backend/go.mod" cache-dependency-path: "./backend/go.sum"