diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index d71b7c1c..3f67860e 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -25,10 +25,10 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 + - name: Install Mise + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1 with: - go-version: "1.26.1" + version: "2026.3.7" - name: Install dependencies run: | @@ -44,7 +44,7 @@ jobs: - name: Run tests run: | - make ucind-image + mise ucind:image make test timeout-minutes: 15