diff --git a/.github/workflows/go-backend.yml b/.github/workflows/go-backend.yml index ab9faaf..3e5b89f 100644 --- a/.github/workflows/go-backend.yml +++ b/.github/workflows/go-backend.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 with: go-version: "1.26" cache-dependency-path: go-backend/go.sum