diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6e00101..bdd3a6f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,6 +16,11 @@ jobs: - name: Check out code uses: actions/checkout@v4 + - name: Set up Go ${{ matrix.go }} + uses: actions/setup-go@v5 # action page: + with: + go-version: ${{ matrix.go }} + - name: Init Go modules Cache # Docs: uses: actions/cache@v4 with: