diff --git a/.github/workflows/test_backend.yml b/.github/workflows/test_backend.yml index 6d86d1e..fe56e03 100644 --- a/.github/workflows/test_backend.yml +++ b/.github/workflows/test_backend.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.22 - name: Build backend uService working-directory: ./internal/backend diff --git a/.github/workflows/test_item.yml b/.github/workflows/test_item.yml index a541a09..6033754 100644 --- a/.github/workflows/test_item.yml +++ b/.github/workflows/test_item.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.22 - name: Build Item uService working-directory: ./internal/item